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. 6 years ago
..
definitions - Added visitors with context - WIP on the module serializer 6 years ago
expression - Fix missing shift operators in some integer types - Fix some problems when comparing a long with an int or ulong with uint - Add signed-unsigned implicit array conversion (sbyte[] <-> byte[], short[] <-> ushort[], int[] <-> uint[], long[] <-> ulong[]) - Fix bug when copying multiple lines from the source editor - Added string <-> byte[] conversion operations - Fix unsigned arrays, use compact representations - Added suffixes & custom suffixes - Added 0x 0b 0o for hex, binary and octal notation 6 years ago
member - Added usize as basic type - Ranges now only have a single base type; from and to must be the same type - Adjusted builtins and stdlib to use usize where applicable - Moved building a SemanticModule from ParsedFile to the parser; reduces dependencies 6 years ago
statements - Improve work on the serializer and fixed some code issues that came up with them. - Start work on the deserializer 6 years ago
type - Added usize as basic type - Ranges now only have a single base type; from and to must be the same type - Adjusted builtins and stdlib to use usize where applicable - Moved building a SemanticModule from ParsedFile to the parser; reduces dependencies 6 years ago
BracketExpressionParser.java - Added bracket handlers - Fixed crash formatting scripts without script statements - Fixed bug causing lambda headers not to be inferred anymore - Refactored some IDE code, also fixes scrolling not working properly 6 years ago
ParseException.java - Moved package zenscript.shared to zencode.shared 6 years ago
ParsedAnnotation.java - Added type aliasing - Changed the way modified types are processed - Added immutable keyword - Added expression, statement and type normalization - Improved naming of synthetic functions 6 years ago
ParsedDefinition.java - Changed the way types in the currently compiling module are resolved - Updating Shared with a new compiled version - Fixed some java source generation bugs 6 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 6 years ago
ParsedImport.java - Moved package zenscript.shared to zencode.shared 6 years ago
PrecompilationState.java - Fixed numerous issues with undetermined types, type inference, type aliases, inner types and generic types - Distinguished between type resolution and code compilation stages, both have a different context now - Added new concepts: "compiling type" and "compiling package", which is able to precompile correctly now - Rewrote the way precompilation works; precompilation no longer exists, instead, compilation order of methods is changed. This reduces the amount of code needed and improves quality of the system. - Fixed members of base interfaces not being available to implementation code - Changed the way type modifiers are coded 6 years ago
PrefixedBracketParser.java - Added bracket handlers - Fixed crash formatting scripts without script statements - Fixed bug causing lambda headers not to be inferred anymore - Refactored some IDE code, also fixes scrolling not working properly 6 years ago
SimpleBracketSubParser.java - Fixed numerous issues with undetermined types, type inference, type aliases, inner types and generic types - Distinguished between type resolution and code compilation stages, both have a different context now - Added new concepts: "compiling type" and "compiling package", which is able to precompile correctly now - Rewrote the way precompilation works; precompilation no longer exists, instead, compilation order of methods is changed. This reduces the amount of code needed and improves quality of the system. - Fixed members of base interfaces not being available to implementation code - Changed the way type modifiers are coded 6 years ago