-----
-----
Last edited by develix; 04-05-15 at 06:35 PM.
Interpreter:
- Tons of updates I can't remember
- String support and overloading
- Fixed bug where variables initialised with zero became undefined
- Console log api
- Initialise empty variables
- Auto type conversion
- Return statements + support for binary expressions
IDE:
- Variable type colors
- Seperated constant and variable tabs
- Clean button
- Show benchmark in ms
I don't see why this would be useful aside from practicing Javascript and saying that "yeah I made my own scripting language" but still, the code is great and clean and the editor looks like really nice.
Sounds like Angelscript... Is that on purpose?
Interpreter:
- Functions
- Function parameters and arguments
- Function return statements + binary expressions
- Prevent changing constants by assign a functions return value
IDE:
- Function tab