ZenScript main repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kindlich 6be789d2c9
Removed unused type evaluation (see desc)
6 年之前
..
definitions - Minor code cleanup. - WIP on map files (used to link zencode to already compiled classes, and to define native methods) 7 年之前
expression Removed unused type evaluation (see desc) 6 年之前
member - 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) 7 年之前
statements - Continued implementation of interfaces in the bytecode compiler. - Added support to have a native method both as operator and named method 7 年之前
type - Added support for zipped packages - Simplified compilation process somewhat; removed CompilationUnit class and work more module-oriented instead 7 年之前
BracketExpressionParser.java WIP on storage tags and improved error handling 7 年之前
ParsedAnnotation.java Removed TypeArgument and simplified type system a little 7 年之前
ParsedDefinition.java WIP on storage tags and improved error handling 7 年之前
ParsedFile.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 7 年之前
ParsedImport.java WIP on storage tags and improved error handling 7 年之前
PrecompilationState.java WIP on storage tags and improved error handling 7 年之前
PrefixedBracketParser.java Added loadMethod utility method for loading in a Method and retrieving its reference. 7 年之前
SimpleBracketParser.java Added loadMethod utility method for loading in a Method and retrieving its reference. 7 年之前
ZippedPackage.java Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 7 年之前