ZenScript main repository
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Stan Hebben 79720b4165 - Fix bug in TypeFormatter with optional types il y a 7 ans
..
definition Renamed values in Modifiers il y a 7 ans
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 il y a 7 ans
generic - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes il y a 7 ans
iterator Initial commit. il y a 7 ans
member Renamed values in Modifiers il y a 7 ans
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 il y a 7 ans
scope Initial commit. il y a 7 ans
statement Add iterators, statements, more expressions (#3) il y a 7 ans
type Adjusted handling of coalesce operator so it can also return an optional if the second operand is an optional. il y a 7 ans
AccessScope.java Initial commit. il y a 7 ans
CompareType.java - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans
HighLevelDefinition.java Renamed values in Modifiers il y a 7 ans
Modifiers.java - Fix bug in TypeFormatter with optional types - Added virtual modifier - Optimized parsing of modifiers - il y a 7 ans
OperatorType.java Initial commit. il y a 7 ans
PackageDefinitions.java Initial commit. il y a 7 ans
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 il y a 7 ans