start bird

This commit is contained in:
nora 2021-11-03 21:17:32 +01:00
parent 0b79d4500d
commit 68a91a7b44
5 changed files with 41 additions and 0 deletions

View file

@ -1,3 +1,5 @@
There is currently a tree-walking interpreter called `bird` in progress, but the plan is to have a bytecode vm in the end
language_name is a small embeddable scripting language
language_name is inspired by Javascript, Lox, Lua, Python, Rust and more