ZenScript main repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix
5 years ago
..
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. 6 years ago
arrays.zs WIP Array initializers pt. II 6 years ago
classes.zs - Added access & static checks to validator 6 years ago
conditionals.zs - Added access & static checks to validator 6 years ago
functionalInterfaces.zs Functional Wrappers, Bridge Methods, Type descriptor fix 5 years ago
functions.zs - Added access & static checks to validator 6 years ago
functions2.zs - Added access & static checks to validator 6 years ago
functions3.zs - Added access & static checks to validator 6 years ago
functions_lambdas.zs - Added access & static checks to validator 6 years ago
helloworld.zs Fixed null comparison. 6 years ago
integration.zs Added support for functional interfaces. 6 years ago
interfaces.zs - Continued implementation of interfaces in the bytecode compiler. 6 years ago
match.zs - Added access & static checks to validator 6 years ago
moreHellos.zs - Added access & static checks to validator 6 years ago
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6 years ago
statements.zs - Added access & static checks to validator 6 years ago
switch.zs - Added access & static checks to validator 6 years ago
variants.zs - Added access & static checks to validator 6 years ago