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 c0cbbda75f Finished LambdaClosure class 6 years ago
..
definition - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
expression Finished LambdaClosure class 6 years ago
generic - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
iterator Initial commit. 6 years ago
member - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
partial - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
scope - Added (key, value) iterator for associative arrays - Added type bounds checking code - Fixed definitions not being added to the respective packages - Fixed various bugs with generics - Added some things to stdlib and created collections library 6 years ago
statement - Added try! and try? operators - WIP on exception handling 6 years ago
type - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
AccessScope.java Initial commit. 6 years ago
CompareType.java - Added visitors for generic parameter bounds 6 years ago
FunctionHeader.java - Added try! and try? operators - WIP on exception handling 6 years ago
FunctionParameter.java - Experimental: variant types - Experimental: match operator - Adding error handling with return values and monadics 6 years ago
HighLevelDefinition.java - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
Modifiers.java - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - 6 years ago
OperatorType.java - Added destructors - Added === and !== operator support - Fixed some cases where arguments aren't casted properly during call - Continued some work on stdlib 6 years ago
PackageDefinitions.java Initial commit. 6 years ago
ScriptBlock.java - Added tagging system to tag classes and members with compile-time information 6 years ago
WhitespaceInfo.java - Continued work on the code formatter - Static calls now remember the exact type they are called for 6 years ago
WhitespacePostComment.java - Statements can now also store comments before and after them - Added comment & partial whitespace preservation to the file formatter 6 years ago