The programming language that I wrote to learn more about Interpreter and Compiler.
And also I wrote this to complete my dream PL when I was young.
-
Install cmake first.
-
Choose your favourite code translator:
Interpreter
You've choose Interpreter.
... You don't need to do anything, just skip to next step :PCompiler
You've choose Compiler.Add this option to the command line arguments:
-DCOMPILER:True
func main() {
Lprint "Hello World!";
}
main();