A JavaScript interpreter written in Ruby.
It is planned to become a super-fast JavaScript engine featuring JIT,
hidden class, type inference or escape analysis and so on, but
currently this is just a super-slow, rubbish toy interpreter.
Requires racc.
$ gem install racc
$ make
$ make testparse $ make testcodegen $ make testinterp
Yoshitaro Makise
BSD License