Lamai |
---|
is a programming language developed by JetBrains Research for educational purposes as an exemplary language to introduce the domain of programming languages, compilers, and tools. (https://github.com/PLTools/Lama)
Lamai is just an iterative interpreter of the Lama stack machine bytecode.
Lamai does not support any flags, only one argument - path to file with the Lama stack machine bytecode (.bc
extension)
~/lamai$ lamac -b test.lama
~/lamai$ ./lamai test.bc