Johannes Ehlert i22005
  • Joined on 2024-03-20
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 11:46:17 +00:00
b64e2efc82 Changed To TypeNode
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 10:53:43 +00:00
33df2c1c0a Fixed errors
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 10:51:51 +00:00
6318085c00 added TypeCheckResult
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 09:40:46 +00:00
a8638fe70c fixed error
i22005 pushed to main at i22005/NichtHaskell2.0 2024-05-14 09:21:28 +00:00
f77143599b Merge pull request 'changed to interfaces' (#6) from johns-branch into main
1441e34078 Merge branch 'main' into johns-branch
dfe96d9a87 changed to interfaces
Compare 3 commits »
i22005 merged pull request i22005/NichtHaskell2.0#6 2024-05-14 09:21:26 +00:00
changed to interfaces
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 09:21:11 +00:00
1441e34078 Merge branch 'main' into johns-branch
8e7b64c38d Merge pull request 'code-generator' (#5) from code-generator into main
d27ec0643a Add visitor for class code generation
79a140b683 Merge branch 'main' of https://gitea.hb.dhbw-stuttgart.de/i22005/NichtHaskell2.0 into code-generator
b6bbf7e1d5 Merge pull request 'johns-branch' (#4) from johns-branch into main
Compare 6 commits »
i22005 created pull request i22005/NichtHaskell2.0#6 2024-05-14 09:19:59 +00:00
changed to interfaces
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-14 09:19:34 +00:00
dfe96d9a87 changed to interfaces
i22005 pushed to main at i22005/NichtHaskell2.0 2024-05-14 09:04:38 +00:00
8e7b64c38d Merge pull request 'code-generator' (#5) from code-generator into main
d27ec0643a Add visitor for class code generation
79a140b683 Merge branch 'main' of https://gitea.hb.dhbw-stuttgart.de/i22005/NichtHaskell2.0 into code-generator
1fbec0d754 First try with visitors
Compare 4 commits »
i22005 merged pull request i22005/NichtHaskell2.0#5 2024-05-14 09:04:37 +00:00
code-generator
i22005 approved i22005/NichtHaskell2.0#5 2024-05-14 09:04:32 +00:00
code-generator
i22005 pushed to main at i22005/NichtHaskell2.0 2024-05-14 08:00:08 +00:00
b6bbf7e1d5 Merge pull request 'johns-branch' (#4) from johns-branch into main
e987faae64 Added Basic Typecheck for integers
2bae802cb2 changed to visitor pattern
0052b5b547 Added Int Literal
b773793937 Merge branch 'main' into johns-branch
Compare 6 commits »
i22005 merged pull request i22005/NichtHaskell2.0#4 2024-05-14 08:00:07 +00:00
johns-branch
i22005 created pull request i22005/NichtHaskell2.0#4 2024-05-14 07:54:46 +00:00
johns-branch
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-10 08:43:13 +00:00
e987faae64 Added Basic Typecheck for integers
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-09 20:39:30 +00:00
2bae802cb2 changed to visitor pattern
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-09 17:13:21 +00:00
0052b5b547 Added Int Literal
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-09 12:23:10 +00:00
b773793937 Merge branch 'main' into johns-branch
651a8b6ebf Merge pull request 'parser' (#3) from parser into main
6b7fc09f8f Changed AST Tree
4acf4dfe24 Added Statements and Expressions for parser
0bce8639f5 Updated Contructor Parsing
Compare 5 commits »
i22005 pushed to johns-branch at i22005/NichtHaskell2.0 2024-05-09 12:21:11 +00:00
43cafcd01f added Expression analysis