mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-01-23 03:34:27 +01:00
0028d361c67f8f701edb4ac3f8a98823b1f2c331
* 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.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2025-10-27T23:11:39.942Z
Languages
Java
84.7%
HTML
7.2%
JavaScript
6.6%
Python
0.8%
CSS
0.4%
Other
0.2%