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.
kindlich 696aca1cfd
Added Typemember check without storage tags.
il y a 5 ans
..
annotations 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
context - 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) il y a 6 ans
definition - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
expression No such member now throws ComileException instead of logging to sout il y a 6 ans
generic - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
member Fixed support for optional parameters. Also implemented java integration for them. il y a 6 ans
partial Fixed support for optional parameters. Also implemented java integration for them. il y a 6 ans
processor - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
scope 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
serialization WIP on storage tags and improved error handling il y a 6 ans
statement [WIP] implemented getReturnTyp() for some Statements il y a 6 ans
type Added Typemember check without storage tags. il y a 5 ans
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 il y a 6 ans
CompareType.java - Refactored some formatting things to be reusable for source code translation targets il y a 7 ans
FunctionHeader.java WIP: Rudimentary work on VarAargs il y a 6 ans
FunctionParameter.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) il y a 6 ans
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) il y a 6 ans
GenericName.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) il y a 6 ans
HighLevelDefinition.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
Modifiers.java Added describe method to modifiers il y a 6 ans
Module.java - Fix various bugs in the new system - Slightly improved the way modules are compiled il y a 6 ans
ModuleProcessor.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
ModuleSpace.java Simplified dependencies and the build tree with some minor refactoring. il y a 6 ans
OperatorType.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) il y a 6 ans
PackageDefinitions.java Initial commit. il y a 7 ans
ScriptBlock.java 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
SemanticModule.java 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
WhitespaceInfo.java Moved Java compile-time tags to non-global state il y a 6 ans
WhitespacePostComment.java Moved Java compile-time tags to non-global state il y a 6 ans