ZenScript main repository
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix
6 gadus atpakaļ
..
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. 6 gadus atpakaļ
arrays.zs WIP Array initializers pt. II 6 gadus atpakaļ
classes.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
conditionals.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
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. 6 gadus atpakaļ
functions.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
functions2.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
functions3.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
functions_lambdas.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
helloworld.zs Fixed null comparison. 6 gadus atpakaļ
integration.zs Added support for functional interfaces. 6 gadus atpakaļ
interfaces.zs - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 gadus atpakaļ
match.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
moreHellos.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6 gadus atpakaļ
statements.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
switch.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ
variants.zs - Added access & static checks to validator - Removed export access and added internal access support 6 gadus atpakaļ