Stan Hebben
8b327ec7f7
- Added package info to definitions
- Added parameter index to function parameters
- Removed unnecessary expression types; these can be implemented differently
- WIP on a code (re)formatter
6 年之前
Stan Hebben
38bc27bdaf
- Added visitors for generic parameter bounds
- Separated this vs super base call into separate classes
6 年之前
stan
cbbc503504
Add iterators, statements, more expressions (#3 )
6 年之前
Stan Hebben
3c3040a8d9
Fixed duplicate NOT operator on bool.
6 年之前
Stan Hebben
7bdf009733
- Added more operators
- Added operators that require values to be cast
6 年之前
Stan Hebben
a509d45843
- Added arithmetic support for int
- Fixed character entities
6 年之前
Stan Hebben
6c510eb26b
- Added bytecode implementation interface & support for it in the expression compiler
- Replaced StringUtils.unescape with a simpler implementation
- Added BuiltinTypeMembers to allow the compiler control over its tags
6 年之前
Stan Hebben
ba5d0f73b5
- Added tagging system to tag classes and members with compile-time information
- Improved scripting example to use those tags
- Generated script block methods use script names
- Minor code improvements
6 年之前
kindlich
d1b566dc5a
Made Helloworld possible
6 年之前
Stan Hebben
e9b5ccf146
- Added example project
- Added some utility methods
6 年之前
Stan Hebben
ed994e4d3b
Initial commit.
6 年之前