Commit Graph

17 Commits

Author SHA1 Message Date
9991efafbf Adding simple Algorithm W implementation (no recursive functions) 2025-01-31 03:15:58 +01:00
2fbbf4e4d1 Style more consistent, replace capitalization with camel case 2025-01-27 16:28:23 +01:00
f175a6089d Removing lines with more than 80 characters in tests 2025-01-26 22:07:53 +01:00
d78e8bfbe0 Fixing live analysis 2025-01-16 23:48:23 +01:00
08a8d07422 Semantics for RISC code 2024-12-03 17:18:42 +01:00
9e599cc018 Compleating assignment for interpreter, modified grammars, fixed tests 2024-11-16 15:40:00 +01:00
7ad217dfb0 Removed multiple input functions, added tuples, fixed parser 2024-11-15 17:23:04 +01:00
0ff17560ee separated into modules, added parser and lexer for miniImp 2024-11-13 21:50:44 +01:00
82e7d9be5f Simplifying test 2024-10-26 02:11:00 +02:00
3e4e1615d2 Refactoring, errors are not thrown anymore 2024-10-26 01:47:30 +02:00
ccbba90ead Refactor 2024-10-25 21:29:49 +02:00
ec966ba67f Adding more tests for the typechecking phase 2024-10-24 16:27:57 +02:00
0c9490780a Type checking for miniFun, adding some tests 2024-10-24 15:35:42 +02:00
8d327a08bb Adding more tests, fixing one test for miniImp, adding more functionality to miniFun 2024-10-21 17:46:19 +02:00
8b274ebda4 Adding tests, adding miniFun implementation 2024-10-20 20:28:44 +02:00
de2e8bbd86 Some minor changes 2024-10-20 20:27:23 +02:00
c1e513d3dc First commit 2024-10-04 19:38:34 +02:00