154 次程式碼提交 (0298420bb2a315bec0a69e5932f2a09bb0bc6107)
 

作者 SHA1 備註 提交日期
  Stan Hebben 0298420bb2 - Added usize as basic type 6 年之前
  Stan Hebben 096c8dfb71 Fixed validator not checking for match completeness. 6 年之前
  Stan Hebben 1b08f6187a - Changed class hierarchy for getters and setters. 6 年之前
  Stan Hebben fe2ccea44d Fixed results from generic methods not being cast to the right type. Also fixed some bugs related to variants and added the variant value creation syntax VariantName.Option(arguments). 6 年之前
  Stan Hebben fe3714e9ba Minor change to debug output; generated classes are now written in the /classes directory. 6 年之前
  Stan Hebben 7b5ada39fa - Fixed ranges, all range types should be supported now 6 年之前
  Stan Hebben a02b2c2369 Added type preparation. 6 年之前
  Stan Hebben dfcdfe0827 Merge remote-tracking branch 'remotes/kindlich/development' into development 6 年之前
  Stan Hebben 62d5db3fc0 WIP on new tags, refactoring & tag preparation system. 6 年之前
  kindlich c711a7f474
Some more work on Variants, still WIP 6 年之前
  kindlich a9da9d1019
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  kindlich 4851501041
Some variant stuff, commited so that I can merge stan's changes 6 年之前
  Stan Hebben 60574d3913 WIP on refactoring code to reuse code between JavaBytecode and JavaSource 6 年之前
  kindlich 130d954b7b
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  Stan Hebben a680f453fa Added main specialized in testing the Java Bytecode implementation. 6 年之前
  kindlich 86fd54ed92
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  kindlich 794dedb9ee
Some work on match cases, committing to merge Stans changes 6 年之前
  Stan Hebben f04850f397 - Renamed enum constant index to ordinal 6 年之前
  Stan Hebben fcbeffd781 - Changed the way types in the currently compiling module are resolved 6 年之前
  Stan Hebben 0d7459484b - Fixed issues with closeables 6 年之前
  kindlich c9fa89cd2c
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  Stan Hebben 8221a1e43b - Fixed various issues with generics and made instancing strict (all generic types MUST be defined in the mapper or an exception is thrown) 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 年之前
  kindlich 8d0dcdd9e8
JavaByteCode: Replaced AliasDefinition Visitor Code with assertion Error 6 年之前
  kindlich 61daa00367
PanicExpression and primitive Boxing Expression, probably 6 年之前
  kindlich 30b3e612e2
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  kindlich beb8ef3696
New Codestyle in JavaBytecodeCompiler 6 年之前
  Stan Hebben d577ffa6c3 - Added bracket handlers 6 年之前
  kindlich e5dd5f08fe
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  kindlich 1e0ec99cb5
moved test files to sub directory so they aren't executed any more 6 年之前
  kindlich 5f4fb90d5d
Changed how captured fields are gotten, still needs improvement! 6 年之前
  Stan Hebben c367e51ea6 Merge branch 'development_kindlich' into development 6 年之前
  Stan Hebben b553e18993 Merge branch 'development_kindlich' into development 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 年之前
  kindlich 1ae12a4538
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  Stan Hebben c3ee072c2d Fixed some source editor bugs 6 年之前
  Stan Hebben 58c1bbbc5e Added output view 6 年之前
  Stan Hebben 9703d03f24 - Removed old paint code 6 年之前
  Stan Hebben 49db3dfe47 - renamed setSurface to mount, and added unmount method 6 年之前
  Stan Hebben dfac1f9a73 Performed major drawing optimizations, introducing a new drawing system 6 年之前
  Stan Hebben ebe7df4449 - Refactored horizontal and vertical layout in linear layout 6 年之前
  Stan Hebben 5248b0747b Added some UI improvements to the IDE and performed some minor refactoring. 6 年之前
  Stan Hebben 64e4aad20c - IDE: put the create package & create source file buttons in more logical places 6 年之前
  Stan Hebben fc5265a83c Added tooltips to the toolbars. 6 年之前
  kindlich 9f38fe453f
Merge remote-tracking branch 'Stan/development' into development 6 年之前
  Stan Hebben 57b8ee27bf One more fix... 6 年之前
  kindlich bcceba4543
Some small changes on Generated Lambdas 6 年之前
  kindlich b441aaf496
Merge remote-tracking branch 'Stan/development' into development 6 年之前