ZenScript main repository
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Stan Hebben cabd7bab44 Fixed more bugs in the new type system; fixed bugs in function calls; fixed normalization bugs. vor 7 Jahren
..
scope - Made important modifications to error reporting so it provides meaningful info vor 7 Jahren
BaseMemberCompiler.java WIP on storage tags and improved error handling vor 7 Jahren
ExpressionHoistingChecker.java WIP on storage tags vor 7 Jahren
FormattingUtils.java WIP on storage tags and improved error handling vor 7 Jahren
JavaCallCompiler.java - Added reference system and changed the way member instancing works. vor 7 Jahren
JavaDefinitionVisitor.java WIP on storage tags and improved error handling vor 7 Jahren
JavaExpansionMemberCompiler.java WIP on storage tags and improved error handling vor 7 Jahren
JavaMemberCompiler.java WIP on storage tags and improved error handling vor 7 Jahren
JavaOperator.java - Added type aliasing vor 7 Jahren
JavaSourceBuiltin.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceBuiltinBinary.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceBuiltinUnary.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceCommentFormatter.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceCompiler.java Improved handling of functions, they now use the most generic variant available, using standard function types where possible. (TODO: there are still more to add) vor 7 Jahren
JavaSourceContext.java WIP on storage tags and improved error handling vor 7 Jahren
JavaSourceExpressionFormatter.java Fixed more bugs in the new type system; fixed bugs in function calls; fixed normalization bugs. vor 7 Jahren
JavaSourceFile.java - 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 vor 7 Jahren
JavaSourceFormattingSettings.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceImporter.java - 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 vor 7 Jahren
JavaSourceLambdaStatementCompiler.java - Added type aliasing vor 7 Jahren
JavaSourceLambdaStatementFormatter.java - Added type aliasing vor 7 Jahren
JavaSourceObjectTypeVisitor.java WIP on storage tags vor 7 Jahren
JavaSourceStatementCompiler.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceStatementFormatter.java WIP on storage tags and improved error handling vor 7 Jahren
JavaSourceSyntheticHelperGenerator.java WIP on storage tags vor 7 Jahren
JavaSourceSyntheticTypeGenerator.java WIP on storage tags and improved error handling vor 7 Jahren
JavaSourceTarget.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
JavaSourceTargetType.java - Improving compilation system to have compilation targets vor 7 Jahren
JavaSourceTypeVisitor.java WIP on storage tags and improved error handling vor 7 Jahren
JavaSourceUtils.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 vor 7 Jahren
JavaSwitchValueCompiler.java - Moved package zenscript.shared to zencode.shared vor 7 Jahren
ParentStatementType.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren