ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Stan Hebben 0298420bb2 - Added usize as basic type 6年前
..
prepare - 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年前
JavaClass.java - Fixed ranges, all range types should be supported now - Cleaned up unused code - Refactored the JavaMethodInfo class to the shared JavaMethod one - Use valueOf for boxing instead of the boxed type constructors 6年前
JavaContext.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 6年前
JavaField.java - Fixed ranges, all range types should be supported now - Cleaned up unused code - Refactored the JavaMethodInfo class to the shared JavaMethod one - Use valueOf for boxing instead of the boxed type constructors 6年前
JavaImplementation.java Added type preparation. 6年前
JavaMethod.java Fixed results from generic methods not being cast to the right type. Also fixed some bugs related to variants and added the variant value creation syntax VariantName.Option(arguments). 6年前
JavaModifiers.java Added type preparation. 6年前
JavaNativeClass.java Fixed results from generic methods not being cast to the right type. Also fixed some bugs related to variants and added the variant value creation syntax VariantName.Option(arguments). 6年前
JavaNativeTranslation.java Added type preparation. 6年前
JavaNativeTranslator.java Added type preparation. 6年前
JavaParameterInfo.java - Fixed ranges, all range types should be supported now - Cleaned up unused code - Refactored the JavaMethodInfo class to the shared JavaMethod one - Use valueOf for boxing instead of the boxed type constructors 6年前
JavaSynthesizedClass.java WIP on new tags, refactoring & tag preparation system. 6年前
JavaSynthesizedClassNamer.java - Fixed ranges, all range types should be supported now - Cleaned up unused code - Refactored the JavaMethodInfo class to the shared JavaMethod one - Use valueOf for boxing instead of the boxed type constructors 6年前
JavaSyntheticClassGenerator.java WIP on new tags, refactoring & tag preparation system. 6年前
JavaSyntheticTypeSignatureConverter.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 6年前
JavaTypeDescriptorVisitor.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 6年前
JavaTypeInternalNameVisitor.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 6年前
JavaTypeNameVisitor.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 6年前
JavaVariantOption.java Added type preparation. 6年前