Josefine Krauß i22015
  • Joined on 2024-04-24
i22015 pushed to master at i22022/NichtHaskell 2024-06-30 13:25:30 +00:00
194ff3fcf7 Merge remote-tracking branch 'origin/master'
f5dcd4d79f typecheck for PrintStatement
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-30 11:39:40 +00:00
4b2edaa6ff Merge remote-tracking branch 'origin/master'
dd2842138f missing case in methodcall
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-28 17:33:10 +00:00
4bc38c0ff9 missing thisClass
i22015 pushed to master at i22022/NichtHaskell 2024-06-28 16:33:44 +00:00
f6bb836ee0 Merge remote-tracking branch 'origin/master'
7498ca6e4d constructor return type
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-28 09:29:33 +00:00
1358e3372f Merge remote-tracking branch 'origin/master'
5c81b88ca5 fixed code bloc without return
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-27 07:30:50 +00:00
d4f98693d6 Merge remote-tracking branch 'origin/master'
6365e994d2 fixed another localvaridentifier that just isnt local actually
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-26 14:12:27 +00:00
ed2f64eff9 bugfix nullpointer if no receiver
i22015 pushed to master at i22022/NichtHaskell 2024-06-26 13:55:44 +00:00
77a6dae94f added check if there is a main method
i22015 pushed to master at i22022/NichtHaskell 2024-06-26 13:39:06 +00:00
30334dc393 Merge remote-tracking branch 'origin/master'
2a2e14ae21 methodcall
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-25 15:01:08 +00:00
8182e1ee7a added thisClass to some other classes
i22015 pushed to master at i22022/NichtHaskell 2024-06-25 13:06:27 +00:00
ae260f6feb boolean instead of bool
i22015 pushed to master at i22022/NichtHaskell 2024-06-25 06:16:54 +00:00
7daece9b8f Merge remote-tracking branch 'origin/master'
b95bc75a1e made upperbound method static
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-20 11:59:51 +00:00
c764b710ea calling newstatementexpression from localvar
i22015 pushed to master at i22022/NichtHaskell 2024-06-20 10:47:31 +00:00
e23d84cd09 Merge remote-tracking branch 'origin/master'
8a26f700b5 methodcall not implemented, current input not working on ast or typechek or codegen
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-20 09:03:48 +00:00
5a66ce97ca Merge remote-tracking branch 'origin/master'
fdae734452 mostly refactoring und now using "typecheckexception"
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-20 06:30:22 +00:00
5220a65a92 testing in meeting
i22015 pushed to master at i22022/NichtHaskell 2024-06-20 06:02:00 +00:00
6585e67273 Merge remote-tracking branch 'origin/master'
6915a97432 instvar typecheck and getTypeCheckresults
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-18 13:42:41 +00:00
d8397753ca Merge remote-tracking branch 'origin/master'
6fa199da1d makeing else f work without type of code block
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-18 08:08:31 +00:00
6f9791455d Merge remote-tracking branch 'origin/master'
0f76b1fdae small change due to "not" as block return
Compare 2 commits »
i22015 pushed to master at i22022/NichtHaskell 2024-06-14 15:00:15 +00:00
fa430301bb typecheck update for Example3