Commit graph

24 commits

Author SHA1 Message Date
Shautvast
e3f58a7b9f correcter string init 2023-10-17 15:10:15 +02:00
Shautvast
3ce9ce10b4 fixed segv 2023-10-17 14:34:34 +02:00
Sander Hautvast
8f6651e303 WIP Strings 2023-10-17 12:06:24 +02:00
Sander Hautvast
d132502771 fixed lot of issues. static initializers are working 2023-10-16 19:29:14 +02:00
Shautvast
24f03f61f6 WIP statin initializers 2023-10-16 09:10:55 +02:00
Shautvast
22a5ee8346 stub native invoke, sugar, fmt 2023-10-14 09:22:47 +02:00
Sander Hautvast
08c4ba33ee small improvements 2023-10-14 06:57:27 +02:00
Sander Hautvast
1e6f7956e8 small improvements 2023-10-13 17:13:10 +02:00
Sander Hautvast
6cf0365dd0 proper implementation for non-statics 2023-10-13 17:00:44 +02:00
Sander Hautvast
f50057705d smaller enum size 2023-10-11 07:43:45 +02:00
Sander Hautvast
5ae8c54c69 all array stores and a missed error 2023-10-11 07:24:51 +02:00
Sander Hautvast
512e7b63ad all array stores 2023-10-11 07:21:40 +02:00
Sander Hautvast
6feebec373 generified objectrefs, so we can include arrays 2023-10-09 21:36:46 +02:00
Sander Hautvast
3540f48f21 lot more opcodes 2023-10-02 21:25:56 +02:00
Sander Hautvast
2b50279c07 new implementation using Arc<UnsafeCell> 2023-10-01 22:22:17 +02:00
Sander Hautvast
b9d0a199a3 putfield sets the value in the object,
using Rc<RefCell>. Not really happy, but it works
2023-10-01 19:05:34 +02:00
Sander Hautvast
9a53f1785d Arc -> Rc 2023-10-01 18:32:53 +02:00
Sander Hautvast
027fd99312 clippies 2023-09-30 18:06:36 +02:00
Sander Hautvast
c821944fac method invocations! 2023-09-30 18:01:25 +02:00
Sander Hautvast
4d55892e61 renamed and reformatted 2023-09-30 08:34:16 +02:00
Sander Hautvast
121b0869f1 clippies 2023-09-29 18:18:32 +02:00
Sander Hautvast
988cb6c376 added object creation and getField for float 2023-09-29 17:59:27 +02:00
Sander Hautvast
b94769e868 added newinstance, WIP classloader 2023-09-28 07:17:41 +02:00
Sander Hautvast
8dd60c0866 WIP create instance on heap 2023-09-27 13:56:26 +02:00