Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Files

Latest commit

94fa36f · Feb 12, 2025

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 12, 2025
Aug 28, 2024
Oct 21, 2024
Aug 28, 2024
Jan 22, 2025
Feb 3, 2025
Feb 10, 2025

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'