463 Commits (5b231b05743935a4df5221b2d0cfcdf44c8121cf)
 

Author SHA1 Message Date
  Stan Hebben 70bd868af4 Added support for functional interfaces. 5 years ago
  Stan Hebben 9c650d0f5b - Added correct type variable resolution 5 years ago
  Stan Hebben 3f29d8bf0c - Refactored usage of live objects in the IDE 5 years ago
  Stan Hebben da051f56ce Update generated code 5 years ago
  Stan Hebben 54f53f79c1 - Improved interface validation: allow definition members to be used as implementation 5 years ago
  Stan Hebben 6d84156dfd Merge remote-tracking branch 'kindlich/development' into development 5 years ago
  Stan Hebben aab7cc69f1 - Continued implementation of interfaces in the bytecode compiler. 5 years ago
  kindlich 75785f413f
Minor code reformat 5 years ago
  kindlich 8f019d721d
Now actually apply the typeParameters 5 years ago
  kindlich d0e5b835c0
Now correctly check against Interface methods 5 years ago
  Stan Hebben c19e68376b - Fix arithmetic rules for floats 5 years ago
  Stan Hebben ae81e5966e Added loadMethod utility method for loading in a Method and retrieving its reference. 5 years ago
  Stan Hebben 6fa2a38b30 Fix recursion when methods return or accept a value of their defining class. Fixed bracket expressions with a postfix expression. 5 years ago
  Stan Hebben 045d7f4cea Fix array support for native java integration 5 years ago
  kindlich f66a072428
Fix classloader call to super instead of parent 5 years ago
  kindlich dfbc769f02
Added missing break statements to ASSOC_EQUALS 5 years ago
  kindlich 222c198437
Revert 4d5fc47bcb 5 years ago
  kindlich 26fae95605
Merge remote-tracking branch 'Stan/development' into development 5 years ago
  Stan Hebben 533bd04700 Fix field names for globals 5 years ago
  Stan Hebben b434566f11 - Fix auto getters & setters for static fields not being static 5 years ago
  kindlich 4d5fc47bcb
Diry hack to use findLoadedClass on the parent loader 6 years ago
  kindlich 94a48a0942
Added ScriptLoader parameter to ScriptingEngine#run 6 years ago
  kindlich bfb0a33b27
Added classLoader parameter to JavaBytecodeRunUnit#run 6 years ago
  kindlich d630af4178
ASSOC_[NOT]EQUALS 6 years ago
  Stan Hebben b0895350cb - Starting work on improving type parameter usage in generic methods 6 years ago
  Stan Hebben ad57dc2d83 Added type parameters to method descriptors. 6 years ago
  kindlich 9708c58f69
Map.put with class, maybe 6 years ago
  kindlich 1c6c2bcf77
WIP: Possibly TryRethrow and panic Expressions 6 years ago
  kindlich 28c635f584
Expansion Getters/Setters, expansion static fields and Array contains 6 years ago
  Stan Hebben 7102642419 Fix float parsing. 6 years ago
  Stan Hebben d9f32182f1 Fixed null comparison. 6 years ago
  Stan Hebben 6f2b5931dd Added missing class. 6 years ago
  Stan Hebben 0d31f0cd9a Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6 years ago
  kindlich 07fa6e2ccb
Optional is and isNot null 6 years ago
  kindlich 10bc657ff2
Constructor super calls 6 years ago
  Stan Hebben 131ede5818 Fixed compiled dependencies not being registered properly. Also fixed accidental recursion in visitGetField. 6 years ago
  kindlich c01d584edb
WIP Array initializers, pt. III 6 years ago
  Stan Hebben 3633ce97d7 Properly implement expressions without return value. Also fixed some bugs in expressions that do return a values. Also added a position to the JavaWriter for easier debugging. 6 years ago
  Stan Hebben e038d2e192 Implement increment & decrement compilation in the bytecode compiler. 6 years ago
  Stan Hebben 91f3c18cdf Some minor updates in serialization code. (to be continued...) 6 years ago
  Stan Hebben c2737ac7b1 A couple minor changes.. 6 years ago
  kindlich 05460bdf50
WIP Array initializers pt. II 6 years ago
  kindlich 280df6c5c0
WIP Array initializers; moved size variable naming to multiArray function 6 years ago
  kindlich 82a22a3d4f
WIP array initializers 6 years ago
  kindlich 7884eddc18
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  Stan Hebben 74bcf27227 Fix an error in call argument processing. 6 years ago
  kindlich 4eaf29c967
Array initializers with and without default value 6 years ago
  kindlich f19d5f649a
Merge remote-tracking branch 'Stan/development' into development 6 years ago
  kindlich 812211e240
WIP - Expansion methods 6 years ago
  Stan Hebben 06e3a0c203 Adding support for builtin constructors 6 years ago