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 ec46d47c02 - Improve work on the serializer and fixed some code issues that came up with them. il y a 7 ans
..
definitions - Added visitors with context il y a 7 ans
expression - Fix missing shift operators in some integer types il y a 7 ans
member - Added usize as basic type il y a 7 ans
statements - Improve work on the serializer and fixed some code issues that came up with them. il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans
ParseException.java - Moved package zenscript.shared to zencode.shared il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans
ParsedImport.java - Moved package zenscript.shared to zencode.shared il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans
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 il y a 7 ans