Skip to content

hansputera/test-program-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. clone this repo
  2. run go build
  3. run ./testlang <script_file>
  4. done

About

Learn how to parse a script, and run it as a program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages