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 0d31f0cd9a Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 7 Jahren
..
annotations Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 7 Jahren
context Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment. vor 7 Jahren
definition - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
expression - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
generic - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
member - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
partial - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
processor - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
scope Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 7 Jahren
serialization WIP on storage tags and improved error handling vor 7 Jahren
statement - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
type Implement increment & decrement compilation in the bytecode compiler. vor 7 Jahren
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 vor 7 Jahren
CompareType.java - Refactored some formatting things to be reusable for source code translation targets vor 7 Jahren
FunctionHeader.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
FunctionParameter.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) vor 7 Jahren
GenericMapper.java Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment. vor 7 Jahren
GenericName.java - Added support for local fields ($field) - Fixed a couple minor issues & inefficiencies - Added horizontal scrollbar to IDE (incomplete!) vor 7 Jahren
HighLevelDefinition.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
Modifiers.java - Added access & static checks to validator - Removed export access and added internal access support vor 7 Jahren
Module.java - Fix various bugs in the new system - Slightly improved the way modules are compiled vor 7 Jahren
ModuleProcessor.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
ModuleSpace.java Simplified dependencies and the build tree with some minor refactoring. vor 7 Jahren
OperatorType.java - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) vor 7 Jahren
PackageDefinitions.java Initial commit. vor 8 Jahren
ScriptBlock.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 7 Jahren
SemanticModule.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. vor 7 Jahren
WhitespaceInfo.java Moved Java compile-time tags to non-global state vor 7 Jahren
WhitespacePostComment.java Moved Java compile-time tags to non-global state vor 7 Jahren