Johannes Ehlert i22005
  • Joined on 2024-03-20
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-21 16:06:52 +00:00
5bf9a4fc73 added wrong type in if clause
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-21 15:03:53 +00:00
7b41c45cd5 Fixed all Tests
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-21 14:43:22 +00:00
cf41babcb7 Added BaseType And refferenz Type
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-21 13:23:52 +00:00
b9ada16dd1 Fixed SemanticCheck for new AST and added Some Test
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-21 08:47:59 +00:00
b5738034b0 Merge branch 'NewParser' into johns-branch
50a52a1e87 Added Interface
d3e9fa9b43 Added Public to Attributes
Compare 3 commits »
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-20 14:53:35 +00:00
0ec65af9f9 Added Method Check
i22005 pushed to SemanticCheckMitAltemAST at i22005/NichtHaskell2.0 2024-06-20 10:45:58 +00:00
2ff720b042 added some tests
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-20 09:44:02 +00:00
fd8c3b066a Trying to change to new AST
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-20 08:53:28 +00:00
978b5a2b4a Fixed MethodNode and Visitor
i22005 created branch SemanticCheckMitAltemAST in i22005/NichtHaskell2.0 2024-06-19 11:09:24 +00:00
i22005 pushed to SemanticCheckMitAltemAST at i22005/NichtHaskell2.0 2024-06-19 11:09:24 +00:00
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-19 09:23:26 +00:00
bf7a642233 Added Expression Visitors
3639b2a4f8 Added new Parser Visitors
330b92a79f Deleted old grammar
8094a93582 Added new Grammar
0271313a05 Merge branch 'johns-branch' of https://gitea.hb.dhbw-stuttgart.de/i22005/NichtHaskell2.0 into parser
Compare 6 commits »
i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 07:35:34 +00:00
Tests, Structure, More

Also ich hatte mir des so vorgestellt dass man aus dem ganzen Projekt hier ne jar erstellt. Diese Jar kann man nacher mit java -jar beispeildateiname.jar inputFile outputFile ausführen. Dann hast…

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Warum muss der compiler mit einem Makefile gestartet werden? Es reicht doch wenn wir die jar mit

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Können wir die ganze Ausgabe in ne extra Klasse auzslagern? Des macht die Main Klasse bissle arg unübersichtlich. Außerdem gehört des nacher nicht in den Endgültigen Compiler.

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Same Here

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Same Here

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Same Here

i22005 commented on pull request i22005/NichtHaskell2.0#10 2024-06-18 06:09:51 +00:00
Tests, Structure, More

Diese Funktion könnte zum beispiel in ne eigene Statische Klasse.

i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-06-12 15:34:28 +00:00
e552bd5ada Added Basic RefTypes to InstVar and SematicCheck