ZenScript main repository
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Stan Hebben 6d97220a92 - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code 6 anos atrás
CodeFormatter - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code 6 anos atrás
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 anos atrás
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 anos atrás
Linker - Added values for default arguments to the CallExpression - Started work on definition formatting 6 anos atrás
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 anos atrás
ScriptingExample Performed some minor simplifications on the java writer, removed some duplicate code 6 anos atrás
Shared - Added values for default arguments to the CallExpression - Started work on definition formatting 6 anos atrás
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 anos atrás
.gitignore Removed scripts.class and updated gitignore 6 anos atrás
README.md Test for SSH commits 6 anos atrás
build.gradle Initial commit. 6 anos atrás
common.gradle Initial commit. 6 anos atrás
settings.gradle Initial commit. 6 anos atrás

README.md

ZenScript

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

TODO readme.