Simplified-JavaScript-Interpreter
JavaScript interpreter
An embedded scripting language implementation for ActionScript 3 projects, allowing developers to execute JavaScript code and interact with Flash objects.
AS3-based Javascript interpreter, minus a few features (prototype chain, mainly)
19 stars
4 watching
4 forks
Language: ActionScript
last commit: almost 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An interpreter for a simplified JavaScript subset to demonstrate the concept of closures using super-easy-to-read code. | 172 |
| An iOS app that allows users to execute JavaScript code from the Node.js ecosystem. | 1,300 |
| An embeddable JavaScript interpreter written in C | 818 |
| An interpreter and VM implementation for a lightweight programming language with basic data types and control structures. | 2 |
| An interpreter for a BASIC scripting language embedded in Java applications | 14 |
| An interpreter for a custom scripting language used in ActionScript programming | 2 |
| A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
| A lightweight JavaScript engine designed to run on resource-constrained IoT devices. | 6 |
| Transforms modern JavaScript code into older JavaScript syntax on the fly | 595 |
| An in-depth guide to JavaScript development, covering the basics and beyond. | 5,414 |
| Decodes JavaScript escape notation to UTF-8 bytes using a C-based binding. | 4 |
| Generates documentation for JavaScript code using Markdown and infers information from the code itself. | 1,503 |
| A library that provides CSS3 selector and style support for ActionScript 3 projects | 1 |
| An implementation of the Scheme programming language in ActionScript, allowing developers to write and execute Scheme code within an AS context. | 1 |
| A command-line tool that provides simplified access to various JavaScript concepts in the terminal. | 13 |