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 0ff6adff2e - CodePosition now stores source file references rather than source file names, allowing easier matching 6 years ago
..
compiler - Moved package zenscript.shared to zencode.shared - Compiled shared from ZenCode 6 years ago
JavaBytecodeImplementation.java - Added more operators 6 years ago
JavaBytecodeJarTarget.java - Improving compilation system to have compilation targets 6 years ago
JavaBytecodeJarTargetType.java - Improving compilation system to have compilation targets 6 years ago
JavaBytecodeRunTarget.java - Improving compilation system to have compilation targets 6 years ago
JavaBytecodeRunTargetType.java - Improving compilation system to have compilation targets 6 years ago
JavaClassInfo.java - Function and method bodies are now single statements (which can, of course, be a BlockStatement), this simplifies code 6 years ago
JavaCompiler.java - CodePosition now stores source file references rather than source file names, allowing easier matching - Starting work on error recording and display - Fixed compilation of modules with dependencies - Added a couple improvements to code typing for matching brackets - Fixed java source compilation of abstract classes and methods 6 years ago
JavaFieldInfo.java - Moved Java bytecode generation to its own project. 6 years ago
JavaLocalVariableInfo.java More work on Java 6 years ago
JavaMethodInfo.java Performed some minor simplifications on the java writer, removed some duplicate code 6 years ago
JavaModule.java One generated class per script file + classes 6 years ago
JavaParameterInfo.java - Added static initializers 6 years ago