Skip to content

TrueJu/new_programming_language_in_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New programming language in JavaScript

A programming language based on JavaScript.

The code does the following:

  • Lexing, reads the source file .tjx and creates tokens
  • Parsing, understands the tokens and executes the code

Here is a small example of what a "Hello world!" program with a function would look like:
$myFunction() {
    var test = "Hello world!";
    print(test);
}

%myFunction();

About

A programming language based on JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published