38 次程式碼提交 (1bf0933315d72f0896a756ccdb18b47435dcc4da)

作者 SHA1 備註 提交日期
  kindlich 1b737430f9
Started working on propagating a logger object instead of having to resort to Sysout 4 年之前
  jaredlll08 86d321cbdd Fix forgotten try catch 5 年之前
  Stan Hebben 9c650d0f5b - Added correct type variable resolution 5 年之前
  Stan Hebben 0d31f0cd9a Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6 年之前
  Stan Hebben 131ede5818 Fixed compiled dependencies not being registered properly. Also fixed accidental recursion in visitGetField. 6 年之前
  Stan Hebben 6eca301d7c - Minor code cleanup. 6 年之前
  Stan Hebben 3094e93529 Simplified dependencies and the build tree with some minor refactoring. 6 年之前
  Stan Hebben 67ee99945e Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment. 6 年之前
  Stan Hebben e0118ed3c2 - Added support for zipped packages 6 年之前
  Stan Hebben cabd7bab44 Fixed more bugs in the new type system; fixed bugs in function calls; fixed normalization bugs. 6 年之前
  Stan Hebben e1b48ad7c8 WIP on storage tags and improved error handling 6 年之前
  Stan Hebben e0e6b5be3f WIP on storage tags 6 年之前
  Stan Hebben ec46d47c02 - Improve work on the serializer and fixed some code issues that came up with them. 6 年之前
  Stan Hebben 9c3aa8efc3 - All definitions are now also module-aware (will be use for binary module serialization & access checks) 6 年之前
  Stan Hebben 0298420bb2 - Added usize as basic type 6 年之前
  Stan Hebben 62d5db3fc0 WIP on new tags, refactoring & tag preparation system. 6 年之前
  Stan Hebben a680f453fa Added main specialized in testing the Java Bytecode implementation. 6 年之前
  Stan Hebben fcbeffd781 - Changed the way types in the currently compiling module are resolved 6 年之前
  Stan Hebben 7bf2e9bfae - Fixed numerous issues with undetermined types, type inference, type aliases, inner types and generic types 6 年之前
  Stan Hebben 0f45f3cd45 - Added type aliasing 6 年之前
  Stan Hebben d577ffa6c3 - Added bracket handlers 6 年之前
  Stan Hebben b1545a872d - Added support for implementations and method overriding 6 年之前
  Stan Hebben 0ff6adff2e - CodePosition now stores source file references rather than source file names, allowing easier matching 6 年之前
  Stan Hebben 58c1bbbc5e Added output view 6 年之前
  Stan Hebben e2af32d350 Improved the IDE: can now create new packages and source files within the IDE 6 年之前
  Stan Hebben dbe4bfd510 - Moved package zenscript.shared to zencode.shared 6 年之前
  Stan Hebben df845f323a - Added reference system and changed the way member instancing works. 6 年之前
  Stan Hebben 2e44dec4d7 - Added annotation support 6 年之前
  Stan Hebben c939e7d204 - Refactored some formatting things to be reusable for source code translation targets 6 年之前
  Stan Hebben 4987a05c10 - Improving compilation system to have compilation targets 6 年之前
  Stan Hebben 7f9d5b3a7f Added cut/copy/paste support. 6 年之前
  Stan Hebben 6feb3f4246 - Split token stream and parser (will be important for the IDE) 6 年之前
  Stan Hebben e3a1ccbc5c - Fixed validator acting up on type argument validation 6 年之前
  Stan Hebben 58c21971e9 - Added try! and try? operators 6 年之前
  Stan Hebben 50c817b67e - Experimental: variant types 6 年之前
  Stan Hebben 2864226fab - Added destructors 6 年之前
  Stan Hebben f307a7d81e - Added (key, value) iterator for associative arrays 6 年之前
  Stan Hebben 7c33560a67 - Added static initializers 6 年之前