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 d9f32182f1 Fixed null comparison. il y a 6 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
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 - Fix crash when performing access checks between script and class - Fix default constructor not working properly - Fix integration classes without exposed constructor being instantiable if they have a default (non-exposed) constructor - Fix extern methods failing validation il y a 6 ans
match.zs - Added access & static checks to validator - Removed export access and added internal access support 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