ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Stan Hebben c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. 5年前
..
nope Fixed support for optional parameters. Also implemented java integration for them. 5年前
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. 6年前
arrays.zs WIP Array initializers pt. II 6年前
classes.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
conditionals.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
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. 5年前
functions.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
functions2.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
functions3.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
functions_lambdas.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
helloworld.zs Fixed null comparison. 6年前
integration.zs Fixed support for optional parameters. Also implemented java integration for them. 5年前
interfaces.zs - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6年前
moreHellos.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6年前
statements.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
switch.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前
variants.zs - Added access & static checks to validator - Removed export access and added internal access support 6年前