ALE HScript is a rewrite of HScript designed to allow you to write Haxe code in scripts (what a surprise), with the ability to easily configure the library to add or restrict certain aspects of its behavior
It uses a bytecode interpreter that follows this process:
Tokenizer -> Parser -> Compiler -> Bytecode Interp / VM
For now, the project is in what you might call an early stage of development; it doesn’t really support much at the moment-
Contributions, issues, etc., are welcome!
I’m always grateful when people test the library and help identify its weaknesses so I can improve it more easily :D