ZenScript main repository
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix
6 лет назад
..
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. 6 лет назад
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 Added support for functional interfaces. 6 лет назад
interfaces.zs - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 6 лет назад
match.zs - Added access & static checks to validator - Removed export access and added internal access support 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 лет назад