🌌 Aurora's just for studying programming language concepts
⚠ Don't use it to develop something that'll go to production environment
$ npm i -g @guiferpa/aurora
$ aurora
>> var result = 1_000 * 2
=
>> result + 1
= 2001
>> print(result)
2000
=
var result = 10 * 20
print(result + 1)
$ aurora run ./<file>.ar
201
=
🎈 Unfortunately this project there's no contributor enough to turn this doc better but be my guest discovering how to write some code looking at examples folder.
All commands support tree (AST) mode
$ aurora --tree
$ aurora --tree run ...
Setting tree mode the CLI show up the AST (Abstract syntax tree) from source code