Jochen Seyfried (also vllt.) ImFriedHof
  • Joined on 2024-04-24
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-05 10:39:23 +00:00
58f6dc74e4 Merge remote-tracking branch 'origin/master'
88ce2a985c Updated Class diagrams
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-05 09:09:29 +00:00
31ac237ffd Updated README
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-05 09:04:45 +00:00
e56139080f Merge remote-tracking branch 'origin/master'
f807721293 Added Documentation PDF
Compare 2 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-05 08:54:55 +00:00
5b4d08ba01 bugfix
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-04 17:03:41 +00:00
59183f5b44 Deleted SuperStatementExpression.java
302b907d36 Code cleanup
32353b9a37 Second step of codeGen refactoring in which other methods were refactored to use the methods in CodeGenHelper
3e908293ee First step of code cleanup and refactoring.
Compare 4 commits »
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-04 13:56:36 +00:00
aa8a647fa1 Deleted .class Files and added Directory
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-04 13:40:18 +00:00
8f55a15aef Fixed chained instVar calls in AssignStatementExpression
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-04 08:11:53 +00:00
4dfea0d69d Added Fakultaet.java as a Example for friday
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-04 08:08:24 +00:00
e801717444 Print now can print fields of thisClass
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 18:56:15 +00:00
82384886c6 Added missing thisClass setters as already discussed during the meeting.
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 09:57:01 +00:00
97ab66122e Fixed methodCalls with no receiver
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 07:14:43 +00:00
41d5cd428c Removed TODOs that are no longer needed
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 07:10:12 +00:00
5dd3821ecb Added Comparison of complex types
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 06:19:09 +00:00
c5752df15e Fixed an error regarding the owner of a method if the first method in a chain is not in the class where it is called
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-03 05:49:49 +00:00
88bcfa5fa3 Fixed Error with InstVars in Assign, where the class in which the field was going to be in was not correct, due to the InstVar parameter not being set and it being treated as a localVar
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-02 16:35:39 +00:00
5dae167443 Fixed TestClassInput to run through which included the right usage of the class fields as it always loaded this onto the stack, regardless of the class in which the field is in
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-02 13:21:43 +00:00
d5b526b8fc fixed MethodCallStatementExpression maybe
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-01 21:35:38 +00:00
38aeaa657d First step to fixing methodCall
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-01 20:15:53 +00:00
cabbbdcaf3 Fixed fields with no imminent value assignment
ImFriedHof pushed to master at i22022/NichtHaskell 2024-07-01 11:23:40 +00:00
c24a483880 Fixed complex return types of methods