ZenScript main repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stan Hebben 79720b4165 - Fix bug in TypeFormatter with optional types 7 lat temu
..
definition Renamed values in Modifiers 7 lat temu
expression - Separated calls from casts - Fixed priorities for brackets in the code formatter - Added code position to definitions - In a FieldMember the final status is now stored in the modifiers instead of a separate field - WIP on implementing function definitions properly 7 lat temu
generic - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 7 lat temu
iterator Initial commit. 7 lat temu
member Renamed values in Modifiers 7 lat temu
partial - Separated calls from casts - Fixed priorities for brackets in the code formatter - Added code position to definitions - In a FieldMember the final status is now stored in the modifiers instead of a separate field - WIP on implementing function definitions properly 7 lat temu
scope Initial commit. 7 lat temu
statement Add iterators, statements, more expressions (#3) 7 lat temu
type Adjusted handling of coalesce operator so it can also return an optional if the second operand is an optional. 7 lat temu
AccessScope.java Initial commit. 7 lat temu
CompareType.java - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 7 lat temu
FunctionHeader.java - 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 7 lat temu
FunctionParameter.java - 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 7 lat temu
HighLevelDefinition.java Renamed values in Modifiers 7 lat temu
Modifiers.java - Fix bug in TypeFormatter with optional types - Added virtual modifier - Optimized parsing of modifiers - 7 lat temu
OperatorType.java Initial commit. 7 lat temu
PackageDefinitions.java Initial commit. 7 lat temu
ScriptBlock.java - 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 7 lat temu