Zukero 0028d361c6 Almost full engine rewrite. Only grammar & in-game hooking system kept.
* No script text interpreter anymore
* Scripts are statically compiled to an object AST
* Engine can evaluate the script's AST without reflection, and minimum
casting
* Script local variables are preallocated, but without scope awareness
yet (declare them all at top level scope for max efficiency)
* While loop added
* Boolean AND and OR added.
* Boolean constants true & false added.
* String constants can be used as local variables.
2013-11-04 20:47:50 +01:00
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2025-10-27T23:11:39.942Z
532 MiB
Latest
2025-08-24 09:54:57 +02:00
Languages
Java 84.7%
HTML 7.2%
JavaScript 6.6%
Python 0.8%
CSS 0.4%
Other 0.2%