53 Commits (17dad43f4dfe1decfe4c215380534c6e926c1a1d)

Author SHA1 Message Date
  kindlich 4eb8d63929
Removed unused scripts, added Example script for Conway's game of life 4 years ago
  kindlich 10fc19cc9f
WIP: Saving so that it is safe :smile: 5 years ago
  Stan Hebben c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. 5 years ago
  kindlich dcebf0edbe
Test script changes 5 years ago
  kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix 5 years ago
  Stan Hebben 70bd868af4 Added support for functional interfaces. 5 years ago
  Stan Hebben 9c650d0f5b - Added correct type variable resolution 5 years ago
  Stan Hebben 54f53f79c1 - Improved interface validation: allow definition members to be used as implementation 5 years ago
  Stan Hebben aab7cc69f1 - Continued implementation of interfaces in the bytecode compiler. 5 years ago
  Stan Hebben c19e68376b - Fix arithmetic rules for floats 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
  Stan Hebben b434566f11 - Fix auto getters & setters for static fields not being static 5 years ago
  Stan Hebben d9f32182f1 Fixed null comparison. 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
  Stan Hebben e038d2e192 Implement increment & decrement compilation in the bytecode compiler. 6 years ago
  kindlich 05460bdf50
WIP Array initializers pt. II 6 years ago
  kindlich 82a22a3d4f
WIP array initializers 6 years ago
  kindlich 4eaf29c967
Array initializers with and without default value 6 years ago
  Stan Hebben dd11f65c31 - Fix crash when performing access checks between script and class 6 years ago
  Stan Hebben 2f7f3f415d - Fixed crash when classes doesn't exist + don't output debug classes if not in debug mode 6 years ago
  Stan Hebben 4ada6df10e - Added access & static checks to validator 6 years ago
  Stan Hebben f97c8450d9 Continue work on storage tags. WIP on compile plugins. 6 years ago
  Stan Hebben 2ba94edb6d - Added visitors with context 6 years ago
  Stan Hebben d577ffa6c3 - Added bracket handlers 6 years ago
  kindlich 1e0ec99cb5
moved test files to sub directory so they aren't executed any more 6 years ago
  Stan Hebben c939e7d204 - Refactored some formatting things to be reusable for source code translation targets 6 years ago
  kindlich 51efcfdc9a
Function stuff, probably 6 years ago
  kindlich 2e37bbff79
- Added switch statement 6 years ago
  kindlich 1126c8370c
Functions in Java 6 years ago
  kindlich e09877d432
One generated class per script file + classes 6 years ago
  Stan Hebben 79720b4165 - Fix bug in TypeFormatter with optional types 6 years ago
  kindlich e202828906 Enums and this() 6 years ago
  kindlich 401dbb5d35
Enums and this() 6 years ago
  Stan Hebben 565a59947d Fixed enum constants 6 years ago
  kindlich 88cde8fb59
More work on Java 6 years ago
  Stan Hebben 38bc27bdaf - Added visitors for generic parameter bounds 6 years ago
  stan cbbc503504 Add iterators, statements, more expressions (#3) 6 years ago
  kindlich 599bc9ac36
More java stuff 6 years ago
  Stan Hebben 3c3040a8d9 Fixed duplicate NOT operator on bool. 6 years ago
  Stan Hebben 7bdf009733 - Added more operators 6 years ago
  kindlich 8304947fd3
Statements now Extend Taggable and added local variables 6 years ago
  kindlich f02581f3f2
Added MemberVisitor and moved some calls there 6 years ago
  Stan Hebben 20cecb824f Fixed support for named character entities. 6 years ago
  Stan Hebben a509d45843 - Added arithmetic support for int 6 years ago
  Stan Hebben 6c510eb26b - Added bytecode implementation interface & support for it in the expression compiler 6 years ago
  kindlich d1b566dc5a
Made Helloworld possible 6 years ago
  Stan Hebben e9b5ccf146 - Added example project 6 years ago