/rjs

Primary LanguageRust

Experimental JavaScript Interpreter

The interpreter is being built according to ECMA-262 1st edition.

Steps to run

You need to have cargo installed.

git clone https://github.com/rinz13r/rjs
cd rjs
cargo run <<file>>