69 コミット (17dad43f4dfe1decfe4c215380534c6e926c1a1d)

作成者 SHA1 メッセージ 日付
  Stan Hebben 6945ba67be WIP fixing stdlibs and compilation on the new version 4年前
  Stan Hebben 417e99aab0 WIP removing stored types 4年前
  Stan Hebben 4d53b6cc85 Fixed something with iterables (but I forgot what) 4年前
  kindlich 1b737430f9
Started working on propagating a logger object instead of having to resort to Sysout 4年前
  kindlich ed7b56a39b
allow comparison of functionalStorage tags 4年前
  kindlich 959618f7fb
JavaNativeModule: CompiledModules now retrieve all compiled information from parent modules 4年前
  kindlich c984531cc3
More work on generics 4年前
  kindlich 4ad3331928
Added Signature to JavaField constructor 4年前
  kindlich 1a3075532c
WIP: More work on Generics in Expansions 4年前
  kindlich 8f1960209a
WIP: More work on generic parameters in expansions 4年前
  kindlich c4acf675e8
[WIP] Duplicate class names, pt. II 4年前
  kindlich d2fdb13730
Fix expansion method signature and call 5年前
  Jared 84b407af0d
Fix Iterator not having methods / fixed stdlibs not being reloadable 5年前
  Jared aaca0261f1
Removed some unneeded static fields 5年前
  kindlich a3eea65869
Added all registered modules to the compile space 5年前
  kindlich 187a509863
Set Definition Type members in JavaPrepareDefinitionVisitor 5年前
  Jared 2459b7ee67
Didn't mean to push this 5年前
  Jared 4cbbe1f387
work on getting this working 5年前
  Jared e7bcbcffaf
Fix maps not working 5年前
  Jared b09c1b6677
Fix maps expecting a class instead of an interface 5年前
  kindlich e614149c8c
Moved Array default value to default value expression 5年前
  Stan Hebben 5ea804b3d3 Fix method signatures containing only the short name instead of full class name. 5年前
  kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix 5年前
  Stan Hebben e909486bf3 Added utility method to retrieve the functional interface method from a type. 5年前
  kindlich 33f3e6406a
Use IdentityHashMap for parameter Info 5年前
  kindlich 476e1b350a
Functional Interfaces Bytecode Step I 5年前
  Stan Hebben 70bd868af4 Added support for functional interfaces. 5年前
  Stan Hebben 3f29d8bf0c - Refactored usage of live objects in the IDE 5年前
  Stan Hebben aab7cc69f1 - Continued implementation of interfaces in the bytecode compiler. 5年前
  Stan Hebben b0895350cb - Starting work on improving type parameter usage in generic methods 6年前
  Stan Hebben ad57dc2d83 Added type parameters to method descriptors. 6年前
  Stan Hebben 0d31f0cd9a Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock. 6年前
  kindlich 05460bdf50
WIP Array initializers pt. II 6年前
  kindlich 4eaf29c967
Array initializers with and without default value 6年前
  Stan Hebben 6eca301d7c - Minor code cleanup. 6年前
  Stan Hebben dd11f65c31 - Fix crash when performing access checks between script and class 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 ca9d1ad85e Fixed missing L in descriptor. 6年前
  Stan Hebben e0118ed3c2 - Added support for zipped packages 6年前
  Stan Hebben 3d9e3bdf03 - Added support for local fields ($field) 6年前
  Stan Hebben cf2a752723 - Fix various bugs in the new system 6年前
  Stan Hebben f1bb71b3a1 Moved Java compile-time tags to non-global state 6年前
  Stan Hebben b6aa875e42 Fix access modifiers 6年前
  Stan Hebben 4ada6df10e - Added access & static checks to validator 6年前
  Stan Hebben f11b965626 Fixed remaining critical bugs in the current implementation. 6年前
  Stan Hebben 92234bca0e Removed TypeArgument and simplified type system a little 6年前
  Stan Hebben f97c8450d9 Continue work on storage tags. WIP on compile plugins. 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年前