Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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'