.. |
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
|
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.
|
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
|
- 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 |
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
|
- 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 |
partial
|
- 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 |
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
|
- 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 |
type
|
- Starting work on improving type parameter usage in generic methods
|
il y a 6 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 6 ans |
FunctionHeader.java
|
- Starting work on improving type parameter usage in generic methods
|
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
|
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.
|
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 access & static checks to validator - Removed export access and added internal access support
|
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 |