Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 328 Bytes

Ava BASIC compiler and stack-machine interpreter

zig build will produce:

  • zig-out/bin/avabasic

avabasic repl will run the interactive (CLI) interpreter.
avabasic --help will show other modes of execution.

A flake.nix is provided -- you can directly run:

nix run 'github:charlottia/ava#avabasic'