Block a user
6e400ebb9d
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into documentation
dc2f845049
Merge pull request 'bytecode' (#3) from bytecode into master
07fcda5827
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
b1735c6300
Merge pull request 'Add initial typechecker for AST' (#2) from typedAST into master
dc2f845049
Merge pull request 'bytecode' (#3) from bytecode into master
07fcda5827
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
2c928ad69b
renamed Generator -> Builder
b47da4633d
refactored assemblers & builders to individual files
3fc804e899
malicious tests
07fcda5827
Merge branch 'master' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode
b1735c6300
Merge pull request 'Add initial typechecker for AST' (#2) from typedAST into master
b1735c6300
Merge pull request 'Add initial typechecker for AST' (#2) from typedAST into master
f02226bca8
add missing typeCheckVariableDeclaration
7e13b3fac3
fix variable redefinition in scope not working
2139e7832c
fix missing Typed Expression for local and field variable
baf9362634
make implicit this to explicit this for field variables
Add initial typechecker for AST
9e43b015b7
injecting initializers into all constructors, multiple classes per file supported
79a989eecf
Merge branch 'typedAST' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode
f02226bca8
add missing typeCheckVariableDeclaration
3acbce8afc
fixed invalid dup depth for postinc/dec
44c6d74afb
Merge branch 'typedAST' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode
7e13b3fac3
fix variable redefinition in scope not working