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 c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. il y a 5 ans
..
nope Fixed support for optional parameters. Also implemented java integration for them. il y a 5 ans
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. il y a 6 ans
arrays.zs WIP Array initializers pt. II il y a 6 ans
classes.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
conditionals.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
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. il y a 5 ans
functions.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
functions2.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
functions3.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
functions_lambdas.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
helloworld.zs Fixed null comparison. il y a 6 ans
integration.zs Fixed support for optional parameters. Also implemented java integration for them. il y a 5 ans
interfaces.zs - 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
moreHellos.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. il y a 6 ans
statements.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
switch.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans
variants.zs - Added access & static checks to validator - Removed export access and added internal access support il y a 6 ans