ZenScript main repository
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Stan Hebben d9f32182f1 Fixed null comparison. 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 年前
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 - 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 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 年前