Maybe Fabian Noll aber vielleicht auch nicht. Ist ein bisschen ne Glaubenssache :) MisterChaos69
  • Joined on 2024-04-24
MisterChaos69 pushed to master at MisterChaos69/MiniJavaCompiler 2024-07-05 11:30:45 +00:00
b73cb62551 Merge to master. Sent from iphone
d7db5fc6a4 edit documentation
a64d732fa4 beautiful code listings
Compare 7 commits »
MisterChaos69 merged pull request MisterChaos69/MiniJavaCompiler#10 2024-07-05 11:30:44 +00:00
bytecode
MisterChaos69 created pull request MisterChaos69/MiniJavaCompiler#10 2024-07-05 11:30:13 +00:00
bytecode
ab7077d8f0 add public private to typecheck
53061fb73d add public private to parser
bac2a534b6 adjust AST for Modifier
MisterChaos69 created branch typechecker_addPublicPrivate in MisterChaos69/MiniJavaCompiler 2024-07-04 14:03:29 +00:00
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-07-04 14:02:34 +00:00
574628d3f7 parser add optional parameters
30288731d3 mmooore Tests
f7d135cdd6 update pdf
c05aa302a4 extend parser doc
36d9b74df4 Merge remote-tracking branch 'origin/master' into create-parser
Compare 10 commits »
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-28 10:54:17 +00:00
fa285a4af2 documentation goes LaTex
0e1f31080e fixed method/constructor overloading in bytecode generator
Compare 15 commits »
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-28 06:51:38 +00:00
c7e72dbde3 move defaultconstructor injection to the beginning befor typechecking the classes
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-28 06:44:24 +00:00
9657731a93 remove example.hs because its deprecated
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-28 06:44:07 +00:00
b5efc76c17 add default constructor if none are present
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-27 17:02:22 +00:00
d0bf34d331 update documentation
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-27 16:53:05 +00:00
fe4ef2614f add new constructortypecheck with overloading
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-27 16:52:21 +00:00
2154f8fd62 add method overloading
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-27 16:08:40 +00:00
504e26dcdd fix objects not comparable to null
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-27 14:37:48 +00:00
f09e6ad09e adjust parser for constructordeclaration
3e18efc097 add constructodeclarations to class in AST
Compare 2 commits »
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-26 18:13:32 +00:00
cb462b5e75 added constructordeclaration
3275b045cb added list of language features
3d352035ee doku
05a6de4a0d Merge remote-tracking branch 'origin/master' into create-parser
1eaeffb9a4 parser add for statements
Compare 14 commits »
MisterChaos69 pushed to typedAST at MisterChaos69/MiniJavaCompiler 2024-06-20 09:52:39 +00:00
faf3d1674e fix constructor not handling nullliterals correctly