Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theturtle32/RhinoAS3

An ActionScript 3 port of Mozilla's Rhino JavaScript interpreter
https://github.com/theturtle32/RhinoAS3

Last synced: 3 months ago
JSON representation

An ActionScript 3 port of Mozilla's Rhino JavaScript interpreter

Awesome Lists containing this project

README

        

RhinoAS3
========

An ActionScript 3 port of Mozilla's Rhino JavaScript interpreter

Currently in-progress..

Ported
------
* Lexer
* Parser
* AST Node Classes
* DebugPrintVisitor to print the AST

Not yet ported
--------------
* Error Reporter is only partially implemented
* Interpreter