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 5ea804b3d3 Fix method signatures containing only the short name instead of full class name. il y a 6 ans
..
prepare - Refactored usage of live objects in the IDE - Save collapse state of the project browser tree il y a 6 ans
JavaClass.java - Refactored usage of live objects in the IDE - Save collapse state of the project browser tree il y a 6 ans
JavaCompileSpace.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 7 ans
JavaCompiledModule.java Use IdentityHashMap for parameter Info il y a 6 ans
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. il y a 6 ans
JavaDefaultExpressionTypeVisitor.java WIP Array initializers pt. II il y a 7 ans
JavaField.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 7 ans
JavaFunctionalInterfaceStorageTag.java Added utility method to retrieve the functional interface method from a type. il y a 6 ans
JavaFunctionalInterfaceStorageType.java Added support for functional interfaces. il y a 6 ans
JavaImplementation.java Added type preparation. il y a 7 ans
JavaMappingWriter.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 7 ans
JavaMethod.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method il y a 6 ans
JavaModifiers.java - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method il y a 6 ans
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). il y a 7 ans
JavaNativeTranslation.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 7 ans
JavaNativeTranslator.java - Fix missing shift operators in some integer types il y a 7 ans
JavaParameterInfo.java - Fixed ranges, all range types should be supported now il y a 7 ans
JavaSynthesizedClass.java WIP on storage tags and improved error handling il y a 7 ans
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) il y a 7 ans
JavaSynthesizedFunctionInstance.java Added utility method to retrieve the functional interface method from a type. il y a 6 ans
JavaSynthesizedRange.java WIP on storage tags and improved error handling il y a 7 ans
JavaSyntheticClassGenerator.java Fixed remaining critical bugs in the current implementation. il y a 7 ans
JavaSyntheticTypeSignatureConverter.java - Starting work on improving type parameter usage in generic methods il y a 6 ans
JavaTypeDescriptorVisitor.java Array initializers with and without default value il y a 7 ans
JavaTypeGenericVisitor.java Fix method signatures containing only the short name instead of full class name. il y a 6 ans
JavaTypeInfo.java - Starting work on improving type parameter usage in generic methods il y a 6 ans
JavaTypeInternalNameVisitor.java - Starting work on improving type parameter usage in generic methods il y a 6 ans
JavaTypeNameVisitor.java - Starting work on improving type parameter usage in generic methods il y a 6 ans
JavaTypeParameterInfo.java - Starting work on improving type parameter usage in generic methods il y a 6 ans
JavaTypeUtils.java Removed TypeArgument and simplified type system a little il y a 7 ans
JavaVariantOption.java Added type preparation. il y a 7 ans
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. il y a 7 ans