ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Stan Hebben 79720b4165 - Fix bug in TypeFormatter with optional types 7年前
..
definition Renamed values in Modifiers 7年前
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年前
generic - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 7年前
iterator Initial commit. 7年前
member Renamed values in Modifiers 7年前
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年前
scope Initial commit. 7年前
statement Add iterators, statements, more expressions (#3) 7年前
type Adjusted handling of coalesce operator so it can also return an optional if the second operand is an optional. 7年前
AccessScope.java Initial commit. 7年前
CompareType.java - Added visitors for generic parameter bounds - Separated this vs super base call into separate classes 7年前
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年前
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年前
HighLevelDefinition.java Renamed values in Modifiers 7年前
Modifiers.java - Fix bug in TypeFormatter with optional types - Added virtual modifier - Optimized parsing of modifiers - 7年前
OperatorType.java Initial commit. 7年前
PackageDefinitions.java Initial commit. 7年前
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年前