Commit Graph

390 Commits

Author SHA1 Message Date
JonathanFleischmann
e4f5bbbfa9 implemented some more test cases 2024-06-22 22:09:26 +02:00
JonathanFleischmann
59d0c97be3 translated most of test ASTs into TypedASTs 2024-06-22 19:36:39 +02:00
JonathanFleischmann
57c603c498 Merge branch 'refs/heads/main' into testsuites 2024-06-22 18:09:13 +02:00
5900736fff list missing parser tests in readme 2024-06-22 18:08:26 +02:00
JonathanFleischmann
67963b61b2 added testcase for Continue in TypedAST 2024-06-22 17:53:47 +02:00
JonathanFleischmann
032e965495 added headline for missing tests 2024-06-22 17:20:18 +02:00
JonathanFleischmann
fc7ca26f79 fixed Print test 2024-06-22 17:19:28 +02:00
JonathanFleischmann
81590c62c5 working on translating testfiles into AST and then into TypedAST 2024-06-22 17:16:10 +02:00
JonathanFleischmann
b3ce4b5ff8 Merge branch 'refs/heads/main' into testsuites 2024-06-22 16:51:17 +02:00
Ahmad
72733f4612 Fixed Scope Issue, local variables not accessible outsidte their block 2024-06-22 13:37:11 +02:00
Ahmad
24c01a3f34 Refactored typedClasses 2024-06-22 12:07:15 +02:00
JonathanFleischmann
bfef8ccff6 implemented tests for each feature (not complete) and added AST Expectation (not complete) 2024-06-16 21:09:14 +02:00
404Simon
ec5cb4b490 fix main method null check 2024-05-30 23:58:01 +02:00
404Simon
0b720eedcd fix main method null check 2024-05-30 23:57:34 +02:00
fd35b4583e Add mainmeth 2024-05-29 19:40:34 +02:00
Ahmad
73102c9897 Made a line code better to read 2024-05-21 14:56:04 +02:00
404Simon
d55217e85a add System out 2024-05-20 23:06:16 +02:00
JonathanFleischmann
09a327bdee adapted tests to new structure of ast 2024-05-20 23:01:00 +02:00
72647ffe70 remove print from test File 2024-05-20 22:42:01 +02:00
7d4aa26cbb Add Print as Statement 2024-05-20 22:38:44 +02:00
404Simon
4eb90f72ba add continue, mod and div 2024-05-20 22:16:52 +02:00
0eba601eff merged two parser versions 2024-05-20 22:08:38 +02:00
89f6d325a9 MOD, DIV support by Parser 2024-05-20 22:07:40 +02:00
f3436965a8 Merge remote-tracking branch 'origin/main' 2024-05-20 21:57:36 +02:00
185738d1d1 Add Continue as Statement 2024-05-20 21:57:13 +02:00
7b53346580 Merge branch 'main' of https://github.com/JonathanFleischmann/CompilerULTIMATE 2024-05-20 21:50:15 +02:00
ce19fcb603 bugfix Parser for return; statements 2024-05-20 21:50:12 +02:00
404Simon
8bccfc3a56 bugfix in fieldvaraccess 2024-05-20 21:22:16 +02:00
404Simon
ad57e4baff Merge branch 'refs/heads/codeGEn' 2024-05-20 20:53:04 +02:00
404Simon
050dedd4db remove unused labels and make break work 2024-05-20 20:45:17 +02:00
404Simon
cc68035406 add for 2024-05-20 20:24:00 +02:00
404Simon
de4082eff3 add while and do while 2024-05-20 20:18:23 +02:00
404Simon
99ed3a322b add methodcall 2024-05-20 18:44:34 +02:00
404Simon
acf7b4eff8 accurately depicted stack size 2024-05-20 17:53:15 +02:00
404Simon
02039a5334 accurately depicted stack size 2024-05-20 16:59:30 +02:00
ca9f6cc06a Parser return bugfix 2024-05-20 16:52:36 +02:00
3a267180ba Parser can do Else-if 2024-05-20 16:26:20 +02:00
9f6fc527f3 Parser can do new Object(arg).method() now 2024-05-20 15:23:07 +02:00
c3a9dd1f1d Parser bugfix 2024-05-20 14:41:16 +02:00
fb8bfb719a Parser bugfix 2024-05-20 14:18:32 +02:00
35d7733c62 Parser Bugfix 2024-05-18 17:19:31 +02:00
4d0f124057 decalaration and initialization of local vars in for loops 2024-05-18 16:43:45 +02:00
546962f6ba accidentally pushed test stuffs 2024-05-18 16:23:43 +02:00
9757c082e1 Declaration is now a Statement and Varaibles can be declared anywhere BUT now it actually all get's parsed in the right order 2024-05-18 16:18:52 +02:00
4b69908ed7 parser can deal with int i = 5 2024-05-16 18:42:30 +02:00
31290c7c2c Parser doesn't accept code after a return statement (unreachable) 2024-05-16 18:09:29 +02:00
9aedcd646d Merge branch 'main' of https://github.com/JonathanFleischmann/CompilerULTIMATE 2024-05-16 17:46:06 +02:00
95bca36a27 removed null and this 2024-05-16 17:46:02 +02:00
ahmad
b89dca7517 Merge remote-tracking branch 'origin/main' 2024-05-16 07:33:55 +02:00
JonathanFleischmann
2eecf3faa8 implemented test with complex class for type check 2024-05-16 00:09:05 +02:00