ZenScript main repository
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Stan Hebben 79720b4165 - Fix bug in TypeFormatter with optional types 8 лет назад
..
definition Renamed values in Modifiers 8 лет назад
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 8 лет назад
generic - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 8 лет назад
iterator Initial commit. 8 лет назад
member Renamed values in Modifiers 8 лет назад
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 8 лет назад
scope Initial commit. 8 лет назад
statement Add iterators, statements, more expressions (#3) 8 лет назад
type Adjusted handling of coalesce operator so it can also return an optional if the second operand is an optional. 8 лет назад
AccessScope.java Initial commit. 8 лет назад
CompareType.java - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 8 лет назад
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 8 лет назад
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 8 лет назад
HighLevelDefinition.java Renamed values in Modifiers 8 лет назад
Modifiers.java - Fix bug in TypeFormatter with optional types - Added virtual modifier - Optimized parsing of modifiers - 8 лет назад
OperatorType.java Initial commit. 8 лет назад
PackageDefinitions.java Initial commit. 8 лет назад
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 8 лет назад