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 6 years ago
..
definition Renamed values in Modifiers 6 years ago
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 6 years ago
generic - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 6 years ago
iterator Initial commit. 6 years ago
member Renamed values in Modifiers 6 years ago
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 6 years ago
scope Initial commit. 6 years ago
statement Add iterators, statements, more expressions (#3) 6 years ago
type Adjusted handling of coalesce operator so it can also return an optional if the second operand is an optional. 6 years ago
AccessScope.java Initial commit. 6 years ago
CompareType.java - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 6 years ago
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 6 years ago
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 6 years ago
HighLevelDefinition.java Renamed values in Modifiers 6 years ago
Modifiers.java - Fix bug in TypeFormatter with optional types - Added virtual modifier - Optimized parsing of modifiers - 6 years ago
OperatorType.java Initial commit. 6 years ago
PackageDefinitions.java Initial commit. 6 years ago
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 6 years ago