Block a user
74f52c3c35
fixed small typo in documentation
711620bdd9
Merge branch 'bytecode' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
946a1f374c
fixed stack op depth for getfield
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
29faab5112
maxStack calculation
8c508e6d32
Merge branch 'typedAST' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
faf3d1674e
fix constructor not handling nullliterals correctly
bcbec9209a
fix nullliterals having the type null instead of their corresponding object types
6547ad04f5
Merge branch 'typedAST' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
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
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
6e400ebb9d
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into documentation
561a0b37d8
Merge pull request 'documentation' (#4) from documentation into master
6e400ebb9d
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into documentation
36c48d013a
add typecheck documentation
fa9f8c3425
added Bytecode documentation