A toy dynamic programming language written in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker f64680858b Fix closure environment binding 5 years ago
..
ast Fix closure environment binding 5 years ago
ast.rb Add assignments, make declarations throw if var already exists 5 years ago
cli.rb Interpreter 5 years ago
core.rb Prettier 5 years ago
environment.rb Prettier 5 years ago
interpreter.rb Prettier 5 years ago
lexer.rb Prettier 5 years ago
parser.rb Allow calling the result of a function call 5 years ago
token.rb Initial commit 5 years ago
token_kinds.rb For loops 5 years ago
version.rb Initial commit 5 years ago