Jochen Seyfried (also vllt.) ImFriedHof
  • Joined on 2024-04-24
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-01 09:46:03 +00:00
6bf2c75e02 Deleted print statement and tested functionality of method call
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-30 16:04:16 +00:00
07552e704e Added bytecodeGeneration for PrintStatement and fixed basic MethodCall
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-30 11:05:35 +00:00
942597d535 Removed TODOs
392fea7d23 Fixed Bug concerning all BinaryOperators which are not booleanExpressions but produce a value.
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-28 18:31:47 +00:00
d1da1c6eee Deleted TODOs which are done
b787b333fb Fixed usage of fields
27ca4a978f Updated the handling of fields
289231030a Merge remote-tracking branch 'origin/master'
127726d342 Merge remote-tracking branch 'origin/master'
Compare 8 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-27 07:28:47 +00:00
377e9b3193 Implemented the new codeGen for MethodCallStatementExpression
eac4eb1db8 Merge remote-tracking branch 'origin/master'
d8602ddd18 Added MethodContext to MethodCallStatementExpression
Compare 3 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-23 14:42:41 +00:00
1dac9245f2 Added other implementation for methodCallStatement
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-22 14:39:51 +00:00
90936affb9 Changed "bool" to "boolean"
9ff069827a Fixed Bugs in bytecode generation
87e863e773 Implemented CodeGen for Constants and fixed an issue regarding the placements of local variables on the JVM stack.
Compare 3 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-06-20 07:07:46 +00:00
719e19e7f8 Added TODOs
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-31 11:53:37 +00:00
bc984a89e1 Merge remote-tracking branch 'origin/master'
63059994ec Implemented NewStatementExpression and finished the return of objects (classes, methods) with fully qualified name
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-31 10:10:02 +00:00
5592a6cfe1 Merge remote-tracking branch 'origin/master'
519d891743 NewStatementExpression start
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-31 08:42:28 +00:00
21dff015b5 Changed the order of arguments
9fa9dfdfb6 Fixed missing parameters in Program, MethodDecl, and RefType
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-31 08:04:42 +00:00
ab19751146 Updated IStatement and IExpression classes to fit the method calls
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-22 10:50:11 +00:00
b91174eeee Implemented CodeGen for Assign and MethodCall. But MethodCall is not working at the moment
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-22 08:05:31 +00:00
108b8f63ea Updated CodeGen of FiledDecl and MethodDecl and Assign
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-14 12:54:52 +00:00
0fcea195de Updated If and WhileStatement
f2260c7a73 Deleted ICLass and updated the MethodDecl codeGen
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-14 12:13:58 +00:00
6eb26e70d5 Deleted ICLass and updated the MethodDecl codeGen
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-14 09:53:33 +00:00
7ff84e5ad7 Changed the methodContext to use the ParameterList
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-13 19:04:23 +00:00
b5b6f763e0 Updated the codeGen Methods in FieldDecl, MethodDecl and BlockStatement
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-09 13:58:59 +00:00
1cd4d87a94 Deleted old Source
ImFriedHof pushed to master at i22022/NichtHaskell 2024-05-09 13:56:35 +00:00
cf590b2248 Added dependencies to pom