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.
kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix
vor 5 Jahren
..
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. vor 6 Jahren
arrays.zs WIP Array initializers pt. II vor 6 Jahren
classes.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
conditionals.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functionalInterfaces.zs 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 5 Jahren
functions.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions2.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions3.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions_lambdas.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
helloworld.zs Fixed null comparison. vor 6 Jahren
integration.zs Added support for functional interfaces. vor 6 Jahren
interfaces.zs - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method vor 6 Jahren
match.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
moreHellos.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 6 Jahren
statements.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
switch.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
variants.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren