Commit Graph

97 Commits

Author SHA1 Message Date
c32e85c24b updated symbol table entry add order 2025-05-02 17:22:45 -04:00
f2affd8a55 finished more type check stuff and some loops 2025-04-30 02:27:52 -04:00
6d26ba25b0 finished type checking issues 2025-04-30 01:25:11 -04:00
69b8019a8b added some emissions 2025-04-29 23:28:04 -04:00
e092ea3926 some emission 2025-04-29 23:14:35 -04:00
58c41fd6a4 almost finished type checks 2025-04-29 21:59:37 -04:00
4ba6c0d251 fixed type checking issues I think 2025-04-29 19:01:57 -04:00
dcdcf31068 still fixing assignable type checking 2025-04-29 14:42:19 -04:00
49b83cd8ad updated errok placements 2025-04-28 00:06:54 -04:00
31e8517601 fixed more type checks, just assignable issues left 2025-04-27 21:51:46 -04:00
94815e237a fixing type checks 2025-04-27 20:57:30 -04:00
d0d38b38e9 NOTHING MATTERS ANYMORE WOOOOO 2025-04-27 20:12:17 -04:00
6e4841f0c1 Big testing update 2025-04-25 23:26:50 -04:00
747a48b211 implemented annies and meyers stuff 2025-04-25 23:09:46 -04:00
74dc4f568f Quick throw 2025-04-25 22:41:58 -04:00
3ea41f40fa TC & ASC Implemented. yyerrors updated. 2025-04-25 22:14:31 -04:00
55116599f8 pragma + watermarks 2025-04-25 19:39:52 -04:00
086c8ba170 Project restucture with IR and CG 2025-04-25 19:29:05 -04:00
bac8cb53bb Merge branch 'Sprint4-Merge_IR_Into_Symbol_Table' into Sprint4-ASC_TC-FE-t#NoTask 2025-04-25 17:49:25 -04:00
46d8a852a6 trying to get annie's to work 2025-04-25 15:36:31 -04:00
95c37db9ff fixing still 2025-04-25 13:37:32 -04:00
f0d81ff5fd combined symbol table with IR in this branch 2025-04-25 13:01:31 -04:00
2c712ed221 Makefile rewrite 2025-04-25 12:46:07 -04:00
e0c577a7ef updated grammar to pass up instances. Still need IR to compile to properly emit 2025-04-23 18:49:09 -04:00
945dda59d0 throw_error() function implemented 2025-04-23 17:11:43 -04:00
c72e7a2a28 Type check errors 2025-04-16 16:30:58 -04:00
b023ac0133 commented out second yyparse() in runner in run 2025-04-15 20:22:24 -04:00
90f9eb2f00 added entries for reserve and release 2025-04-15 19:44:46 -04:00
8057060f26 fixed several small issues 2025-04-15 01:40:18 -04:00
2b1557b52c worked on function call return type check and started checking return type 2025-04-15 00:53:03 -04:00
f2db338257 fixed type check issues with records as params 2025-04-14 12:33:52 -04:00
3baa95288a fixed issue with not printing array instances in symbol table 2025-04-14 02:01:51 -04:00
3fc7a6371a have to finish idlist rules 2025-04-11 19:00:24 -04:00
55bc098de5 edited function definitions 2025-04-11 16:28:16 -04:00
3e1e159561 starting to work on grammar fixes 2025-04-11 15:45:33 -04:00
f6dabd8d03 working on make sure types pass properly in grammar 2025-04-11 14:02:34 -04:00
d7d7d22c72 fixed seg fault for non record function calls 2025-04-11 10:08:23 -04:00
859ff3fd03 added offset code in symbol table for records 2025-04-09 15:15:17 -04:00
d262bd9c39 removed as from function definitions 2025-04-09 13:13:20 -04:00
faf592a725 Added most type checking. Entries seem printing mostly OK in table. 2025-04-08 18:12:11 -04:00
a4dc3d90be update 2025-04-08 16:01:36 -04:00
e7ee370dcf fixed segfault, but am now having a new unknown one :( 2025-04-07 17:00:24 -04:00
4058b090a0 found one segfault. (not fixed yet) 2025-04-07 15:51:45 -04:00
e42e537339 ran through derefenced most if not all of the pointers 2025-04-07 12:32:20 -04:00
b26f7d4954 Merge branch 'Sprint3-Symbol_Table_Restructure-FE-t#NoTask' into Dev 2025-04-04 21:34:52 -04:00
6a6677ccb5 checking diff 2025-04-04 21:12:26 -04:00
f6abbbd67f updated to change strings to nodes in most locations 2025-04-04 20:24:05 -04:00
d1aa7f7e0f Ready for Dev! 🎉 2025-04-04 15:42:50 -04:00
5e749eb1ac updated 3756156 to use table nodes up until comment in grammar.y 2025-04-04 10:16:45 -04:00
0eb0b8097c updated lex to return the right values to the tokens (mostly table entries) 2025-04-03 20:05:53 -04:00