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 hace 6 años
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 hace 6 años
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 hace 6 años
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 hace 6 años
Linker - Added values for default arguments to the CallExpression - Started work on definition formatting hace 6 años
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 hace 6 años
ScriptingExample Performed some minor simplifications on the java writer, removed some duplicate code hace 6 años
Shared - Added values for default arguments to the CallExpression - Started work on definition formatting hace 6 años
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 hace 6 años
.gitignore Removed scripts.class and updated gitignore hace 6 años
README.md Test for SSH commits hace 6 años
build.gradle Initial commit. hace 6 años
common.gradle Initial commit. hace 6 años
settings.gradle Initial commit. hace 6 años

README.md

ZenScript

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

TODO readme.