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.
Jared e7bcbcffaf
Fix maps not working
vor 6 Jahren
..
prepare - Refactored usage of live objects in the IDE vor 7 Jahren
JavaClass.java - Refactored usage of live objects in the IDE - Save collapse state of the project browser tree vor 7 Jahren
JavaCompileSpace.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
JavaCompiledModule.java Use IdentityHashMap for parameter Info vor 7 Jahren
JavaContext.java Functional Wrappers, Bridge Methods, Type descriptor fix Functional interface wrappers should work now Implementing a method with a signature differing from the actual one (e.g. when dealing with generics) now creates a proper bridge method The Java Bytecde compiler used an incorrect method in checkCast We now no longer use hardcoded 'accept's as method names but whatever the context tells us to. vor 7 Jahren
JavaField.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
JavaFunctionalInterfaceStorageTag.java Added utility method to retrieve the functional interface method from a type. vor 7 Jahren
JavaFunctionalInterfaceStorageType.java Added support for functional interfaces. vor 7 Jahren
JavaImplementation.java Added type preparation. vor 7 Jahren
JavaMappingWriter.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
JavaMethod.java Fix maps not working vor 6 Jahren
JavaModifiers.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method vor 7 Jahren
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). vor 7 Jahren
JavaNativeTranslation.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
JavaNativeTranslator.java - Fix missing shift operators in some integer types vor 7 Jahren
JavaParameterInfo.java - Fixed ranges, all range types should be supported now vor 7 Jahren
JavaSynthesizedClass.java WIP on storage tags and improved error handling vor 7 Jahren
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) vor 7 Jahren
JavaSynthesizedFunctionInstance.java Added utility method to retrieve the functional interface method from a type. vor 7 Jahren
JavaSynthesizedRange.java WIP on storage tags and improved error handling vor 7 Jahren
JavaSyntheticClassGenerator.java Fixed remaining critical bugs in the current implementation. vor 7 Jahren
JavaSyntheticTypeSignatureConverter.java - Starting work on improving type parameter usage in generic methods vor 7 Jahren
JavaTypeDescriptorVisitor.java Array initializers with and without default value vor 7 Jahren
JavaTypeGenericVisitor.java Fix method signatures containing only the short name instead of full class name. vor 7 Jahren
JavaTypeInfo.java - Starting work on improving type parameter usage in generic methods vor 7 Jahren
JavaTypeInternalNameVisitor.java - Starting work on improving type parameter usage in generic methods vor 7 Jahren
JavaTypeNameVisitor.java - Starting work on improving type parameter usage in generic methods vor 7 Jahren
JavaTypeParameterInfo.java - Starting work on improving type parameter usage in generic methods vor 7 Jahren
JavaTypeUtils.java Removed TypeArgument and simplified type system a little vor 7 Jahren
JavaVariantOption.java Added type preparation. vor 7 Jahren
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. vor 7 Jahren