No description
  • Rust 98.7%
  • Common Lisp 1%
  • Makefile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-18 13:09:14 -05:00
examples all: update for new vm opcodes 2026-08-04 11:35:15 -05:00
src ops: pushr/popr 2026-08-18 13:09:14 -05:00
.gitignore rust init again 2026-07-31 15:28:00 -05:00
AGENTS.md docs: user guide 2026-08-09 10:23:55 -05:00
Cargo.lock ariadne 2026-07-31 16:25:38 -05:00
Cargo.toml ariadne 2026-07-31 16:25:38 -05:00
format.cl syntax: just use :label instead of a S-exp call 2026-08-11 20:29:08 -05:00
grammar.ebnf ops: pushr/popr 2026-08-18 13:09:14 -05:00
Makefile codegen nara binary 2026-07-31 17:10:23 -05:00
nikki.png init 2026-07-29 09:02:46 -05:00
README.md docs: user guide 2026-08-09 10:23:55 -05:00
USER_GUIDE.md ops: pushr/popr 2026-08-18 13:09:14 -05:00

nikki2nara

Nikki

Turns S-Exp into naravm bytecode

Format

See format.cl for the format definition and USER_GUIDE.md for installation, CLI usage, and syntax.