ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
kindlich f85ee75d6f
Fixed NPE caused by Statement#getReturnType returning Null
6年前
..
annotations Removed some unneeded static fields 6年前
context - Added correct type variable resolution 6年前
definition - Minor code cleanup. 7年前
expression No such member now throws ComileException instead of logging to sout 6年前
generic - Minor code cleanup. 7年前
member Fixed support for optional parameters. Also implemented java integration for them. 6年前
partial Fixed Global Expressions not being captureable 6年前
processor - Minor code cleanup. 7年前
scope Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 7年前
serialization WIP on storage tags and improved error handling 7年前
statement Fixed NPE caused by Statement#getReturnType returning Null 6年前
type Basic array union check 6年前
AccessScope.java - 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 7年前
CompareType.java - Refactored some formatting things to be reusable for source code translation targets 7年前
FunctionHeader.java WIP: Rudimentary work on VarAargs 6年前
FunctionParameter.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) 7年前
GenericMapper.java - Added correct type variable resolution - Fixed a number of bugs - Upgrading build system to a more uniform system - Improving error output (for IDE) - Changed parser to generate line offsets differently (easier for IDE to process) 6年前
GenericName.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) 7年前
HighLevelDefinition.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 7年前
Modifiers.java Added describe method to modifiers 6年前
Module.java - Fix various bugs in the new system - Slightly improved the way modules are compiled 7年前
ModuleProcessor.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 7年前
ModuleSpace.java Simplified dependencies and the build tree with some minor refactoring. 7年前
OperatorType.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 7年前
PackageDefinitions.java Initial commit. 7年前
ScriptBlock.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 7年前
SemanticModule.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 7年前
WhitespaceInfo.java Moved Java compile-time tags to non-global state 7年前
WhitespacePostComment.java Moved Java compile-time tags to non-global state 7年前