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.
Stan Hebben 6d97220a92 - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code 6 jaren geleden
CodeFormatter - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code - Function parameters are taggable, and Java parameter indices are now tagged on these parameters - Improved constructor forwarding code - Added handling for potential situations where multiple code blocks exist for the same script file (this can happen in generated code) - Continue WIP on code formatting for definitions 6 jaren geleden
CodeModel - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code - Function parameters are taggable, and Java parameter indices are now tagged on these parameters - Improved constructor forwarding code - Added handling for potential situations where multiple code blocks exist for the same script file (this can happen in generated code) - Continue WIP on code formatting for definitions 6 jaren geleden
JavaBytecodeCompiler - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code - Function parameters are taggable, and Java parameter indices are now tagged on these parameters - Improved constructor forwarding code - Added handling for potential situations where multiple code blocks exist for the same script file (this can happen in generated code) - Continue WIP on code formatting for definitions 6 jaren geleden
Linker - Added values for default arguments to the CallExpression - Started work on definition formatting 6 jaren geleden
Parser - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code - Function parameters are taggable, and Java parameter indices are now tagged on these parameters - Improved constructor forwarding code - Added handling for potential situations where multiple code blocks exist for the same script file (this can happen in generated code) - Continue WIP on code formatting for definitions 6 jaren geleden
ScriptingExample Performed some minor simplifications on the java writer, removed some duplicate code 6 jaren geleden
Shared - Added values for default arguments to the CallExpression - Started work on definition formatting 6 jaren geleden
Validator - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code - Function parameters are taggable, and Java parameter indices are now tagged on these parameters - Improved constructor forwarding code - Added handling for potential situations where multiple code blocks exist for the same script file (this can happen in generated code) - Continue WIP on code formatting for definitions 6 jaren geleden
.gitignore Removed scripts.class and updated gitignore 6 jaren geleden
README.md Test for SSH commits 6 jaren geleden
build.gradle Initial commit. 6 jaren geleden
common.gradle Initial commit. 6 jaren geleden
settings.gradle Initial commit. 6 jaren geleden

README.md

ZenScript

This is the main ZenScript project, containing various sub-projects.

TODO readme.