14 Commits (aab7cc69f1bee83ac0b7a738bcf0009e4e477df6)

Autor SHA1 Nachricht Datum
  Stan Hebben aab7cc69f1 - Continued implementation of interfaces in the bytecode compiler. vor 6 Jahren
  Stan Hebben ae81e5966e Added loadMethod utility method for loading in a Method and retrieving its reference. vor 6 Jahren
  Stan Hebben 6fa2a38b30 Fix recursion when methods return or accept a value of their defining class. Fixed bracket expressions with a postfix expression. vor 6 Jahren
  Stan Hebben 045d7f4cea Fix array support for native java integration vor 6 Jahren
  Stan Hebben 533bd04700 Fix field names for globals vor 6 Jahren
  Stan Hebben b434566f11 - Fix auto getters & setters for static fields not being static vor 6 Jahren
  kindlich 94a48a0942
Added ScriptLoader parameter to ScriptingEngine#run vor 6 Jahren
  Stan Hebben b0895350cb - Starting work on improving type parameter usage in generic methods vor 6 Jahren
  Stan Hebben 0d31f0cd9a Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 6 Jahren
  Stan Hebben dd11f65c31 - Fix crash when performing access checks between script and class vor 6 Jahren
  Stan Hebben 2f7f3f415d - Fixed crash when classes doesn't exist + don't output debug classes if not in debug mode vor 6 Jahren
  Stan Hebben 3094e93529 Simplified dependencies and the build tree with some minor refactoring. vor 6 Jahren
  Stan Hebben 67ee99945e Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment. vor 6 Jahren