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 aab7cc69f1 - Continued implementation of interfaces in the bytecode compiler. 6 years ago
..
prepare - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 years ago
JavaClass.java Moved Java compile-time tags to non-global state 6 years ago
JavaCompileSpace.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 6 years ago
JavaCompiledModule.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaContext.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 years ago
JavaDefaultExpressionTypeVisitor.java WIP Array initializers pt. II 6 years ago
JavaField.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 6 years ago
JavaImplementation.java Added type preparation. 6 years ago
JavaMappingWriter.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 6 years ago
JavaMethod.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 years ago
JavaModifiers.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 years ago
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 years ago
JavaNativeTranslation.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 6 years ago
JavaNativeTranslator.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 6 years ago
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 years ago
JavaSynthesizedClass.java WIP on storage tags and improved error handling 6 years ago
JavaSynthesizedFunction.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) 6 years ago
JavaSynthesizedFunctionInstance.java WIP on storage tags and improved error handling 6 years ago
JavaSynthesizedRange.java WIP on storage tags and improved error handling 6 years ago
JavaSyntheticClassGenerator.java Fixed remaining critical bugs in the current implementation. 6 years ago
JavaSyntheticTypeSignatureConverter.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeDescriptorVisitor.java Array initializers with and without default value 6 years ago
JavaTypeGenericVisitor.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeInfo.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeInternalNameVisitor.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeNameVisitor.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeParameterInfo.java - Starting work on improving type parameter usage in generic methods 6 years ago
JavaTypeUtils.java Removed TypeArgument and simplified type system a little 6 years ago
JavaVariantOption.java Added type preparation. 6 years ago
SimpleJavaCompileSpace.java Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment. 6 years ago