ZenScript main repository
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Stan Hebben d9f32182f1 Fixed null comparison. vor 6 Jahren
..
arithmetic.zs Implement increment & decrement compilation in the bytecode compiler. vor 6 Jahren
arrays.zs WIP Array initializers pt. II vor 6 Jahren
classes.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
conditionals.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions2.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions3.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
functions_lambdas.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
helloworld.zs Fixed null comparison. vor 6 Jahren
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 vor 6 Jahren
match.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
moreHellos.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
scriptparameters.zs Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 6 Jahren
statements.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
switch.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren
variants.zs - Added access & static checks to validator - Removed export access and added internal access support vor 6 Jahren