Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theturtle32/RhinoAS3
- Owner: theturtle32
- License: mpl-2.0
- Archived: true
- Created: 2013-09-16T20:31:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T19:46:33.000Z (over 4 years ago)
- Last Synced: 2024-05-03T05:14:23.357Z (6 months ago)
- Language: ActionScript
- Size: 291 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - RhinoAS3 - An ActionScript 3 port of Mozilla's Rhino JavaScript interpreter (File Formats / JavaScript)
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 ASTNot yet ported
--------------
* Error Reporter is only partially implemented
* Interpreter