Matthias Raba (vllt) mrab
  • Joined on 2024-04-24
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-24 09:30:47 +00:00
87f629282f fixed order of compound AST types
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-24 09:29:14 +00:00
65fc9a1605 fixed order of compound AST types
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-24 09:21:16 +00:00
6346cb237b removed redundant definitions for opcodeEncodingLength
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-24 05:48:01 +00:00
74f52c3c35 fixed small typo in documentation
946a1f374c fixed stack op depth for getfield
Compare 3 commits »
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-21 07:06:08 +00:00
86aa87515b Merge pull request 'bytecode' (#6) from bytecode into master
98735fd6ba updated bytecode.md
8eb9c16c7a typos, formatting, comments
4435f7aac8 Changed internal type of boolean, because it's obviously Z not B haha
79ddafbf9a Fixed class offset in constant pool when newly inserted
Compare 12 commits »
mrab merged pull request MisterChaos69/MiniJavaCompiler#6 2024-06-21 07:06:07 +00:00
bytecode
mrab created pull request MisterChaos69/MiniJavaCompiler#6 2024-06-21 07:05:57 +00:00
bytecode
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-21 07:04:03 +00:00
98735fd6ba updated bytecode.md
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-21 06:50:12 +00:00
8eb9c16c7a typos, formatting, comments
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-21 06:07:36 +00:00
4435f7aac8 Changed internal type of boolean, because it's obviously Z not B haha
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-21 05:39:06 +00:00
79ddafbf9a Fixed class offset in constant pool when newly inserted
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-20 13:07:52 +00:00
29faab5112 maxStack calculation
faf3d1674e fix constructor not handling nullliterals correctly
bcbec9209a fix nullliterals having the type null instead of their corresponding object types
Compare 7 commits »
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-18 05:37:49 +00:00
ee302bb245 maxLocals calculation
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-17 17:30:02 +00:00
361643a85a Merge pull request 'bytecode' (#5) from bytecode into master
d2554c9b22 updated recursive test using this. syntax
5269971334 Merge branch 'create-parser' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode
e4693729dc fix assignment with this
2d6c7b1a06 fix external methocall
Compare 5 commits »
mrab merged pull request MisterChaos69/MiniJavaCompiler#5 2024-06-17 17:30:00 +00:00
bytecode
mrab created pull request MisterChaos69/MiniJavaCompiler#5 2024-06-17 17:29:54 +00:00
bytecode
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-17 17:23:24 +00:00
d2554c9b22 updated recursive test using this. syntax
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 20:35:01 +00:00
5269971334 Merge branch 'create-parser' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode
e4693729dc fix assignment with this
d1bef2193e adjusted usage example in README
561a0b37d8 Merge pull request 'documentation' (#4) from documentation into master
Compare 9 commits »
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-14 08:01:16 +00:00
d1bef2193e adjusted usage example in README
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-14 07:59:05 +00:00
561a0b37d8 Merge pull request 'documentation' (#4) from documentation into master
36c48d013a add typecheck documentation
fa9f8c3425 added Bytecode documentation
Compare 4 commits »