GitHub - ArekX/javascript-interpreter-example at part2-chapter2 · GitHub
Skip to content

ArekX/javascript-interpreter-example

 
 

Repository files navigation

javascript-interpreter-example

Javascript Interpreter Example Code

This is an implementation of an language in pure javascript purpose of this repository is to demonstrate how such an interpreter can be built.

Implementing a parser

After we created a lexer and got the tokens from our code. We are ready to implement a full parser for our tokens.

About

Javascript Interpreter Example Code

Resources

Stars

Watchers

Forks

Contributors