Matthias Raba (vllt) mrab
  • Joined on 2024-04-24
mrab merged pull request MisterChaos69/MiniJavaCompiler#4 2024-06-14 07:59:04 +00:00
documentation
mrab created pull request MisterChaos69/MiniJavaCompiler#4 2024-06-14 07:58:51 +00:00
documentation
mrab pushed to documentation at MisterChaos69/MiniJavaCompiler 2024-06-14 07:58:32 +00:00
dc2f845049 Merge pull request 'bytecode' (#3) from bytecode into master
b1735c6300 Merge pull request 'Add initial typechecker for AST' (#2) from typedAST into master
Compare 4 commits »
mrab merged pull request MisterChaos69/MiniJavaCompiler#3 2024-06-14 07:56:37 +00:00
bytecode
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-14 07:56:37 +00:00
dc2f845049 Merge pull request 'bytecode' (#3) from bytecode into master
2c928ad69b renamed Generator -> Builder
b47da4633d refactored assemblers & builders to individual files
3fc804e899 malicious tests
Compare 22 commits »
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 07:55:54 +00:00
b1735c6300 Merge pull request 'Add initial typechecker for AST' (#2) from typedAST into master
Compare 2 commits »
mrab created pull request MisterChaos69/MiniJavaCompiler#3 2024-06-14 07:54:30 +00:00
bytecode
mrab pushed to master at MisterChaos69/MiniJavaCompiler 2024-06-14 07:53:31 +00:00
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
Compare 122 commits »
mrab merged pull request MisterChaos69/MiniJavaCompiler#2 2024-06-14 07:53:30 +00:00
Add initial typechecker for AST
mrab pushed to documentation at MisterChaos69/MiniJavaCompiler 2024-06-14 07:49:55 +00:00
fa9f8c3425 added Bytecode documentation
mrab pushed to documentation at MisterChaos69/MiniJavaCompiler 2024-06-14 07:48:58 +00:00
a696a1a607 added Bytecode documentation
mrab created branch documentation in MisterChaos69/MiniJavaCompiler 2024-06-14 06:56:28 +00:00
mrab pushed to documentation at MisterChaos69/MiniJavaCompiler 2024-06-14 06:56:28 +00:00
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 06:54:43 +00:00
2c928ad69b renamed Generator -> Builder
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 06:52:35 +00:00
838d047a4d renamed Generator -> Builder
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 06:48:16 +00:00
b47da4633d refactored assemblers & builders to individual files
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 06:12:44 +00:00
3fc804e899 malicious tests
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-14 05:58:19 +00:00
807aea112e added Test classes, fixed assignment dup missing
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-13 20:23:40 +00:00
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
Compare 3 commits »
mrab pushed to bytecode at MisterChaos69/MiniJavaCompiler 2024-06-13 19:00:05 +00:00
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
Compare 3 commits »