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 ec46d47c02 - Improve work on the serializer and fixed some code issues that came up with them. 7 years ago
..
definitions - Added visitors with context 7 years ago
expression - Fix missing shift operators in some integer types 7 years ago
member - Added usize as basic type 7 years ago
statements - Improve work on the serializer and fixed some code issues that came up with them. 7 years ago
type - Added usize as basic type 7 years ago
BracketExpressionParser.java - Added bracket handlers 7 years ago
ParseException.java - Moved package zenscript.shared to zencode.shared 7 years ago
ParsedAnnotation.java - Added type aliasing 7 years ago
ParsedDefinition.java - Changed the way types in the currently compiling module are resolved 7 years ago
ParsedFile.java - All definitions are now also module-aware (will be use for binary module serialization & access checks) - Fixing function expressions not being properly linked to their functional interface 7 years ago
ParsedImport.java - Moved package zenscript.shared to zencode.shared 7 years ago
PrecompilationState.java - Fixed numerous issues with undetermined types, type inference, type aliases, inner types and generic types 7 years ago
PrefixedBracketParser.java - Added bracket handlers 7 years ago
SimpleBracketSubParser.java - Fixed numerous issues with undetermined types, type inference, type aliases, inner types and generic types 7 years ago