TestLang Learn how to create own language syntax Print: echo("Hello World!"); // Hello World! echo(1 + 2); // 3 Variables: nama: "Jono Sutejo"; echo(nama); // Jono Sutejo Run clone this repo run go build run ./testlang <script_file> done