Commit Graph

21 Commits (1a21618bee43e92e97441b6d532ca7ba934cf8e6)

Author SHA1 Message Date
cosmonaut 1a21618bee more type validation 2021-09-07 12:46:47 -07:00
cosmonaut f59be30791 nested and static generic compilation 2021-09-07 11:54:31 -07:00
cosmonaut 05b3707258 fix some generic recursion issues 2021-09-07 01:58:48 -07:00
cosmonaut ff5011b813 progress on nested generic compile 2021-09-06 23:59:43 -07:00
cosmonaut 45004f83e0 initial interface implementation 2021-06-07 12:52:57 -07:00
cosmonaut 9adfaed54c Generic Structs (#11)
Reviewed-on: #11
Co-authored-by: cosmonaut <evan@moonside.games>
Co-committed-by: cosmonaut <evan@moonside.games>
2021-06-07 18:51:33 +00:00
cosmonaut a571edcf6d preparing for struct generics 2021-06-02 17:26:26 -07:00
cosmonaut ea203e6c3c allow explicit generic arguments on calls 2021-06-02 14:33:15 -07:00
cosmonaut 61344f5b60 add MemoryAddress primtiive type 2021-06-02 12:44:36 -07:00
cosmonaut 506ee9ecad structure for system calls 2021-06-02 12:33:01 -07:00
cosmonaut d9b01515eb Generics (#7)
Co-authored-by: venko <alexmflores@gmail.com>
Reviewed-on: #7
Co-authored-by: cosmonaut <evan@moonside.games>
Co-committed-by: cosmonaut <evan@moonside.games>
2021-06-01 19:58:46 +00:00
cosmonaut 473b706ad9 clang-format config 2021-05-16 00:42:37 -07:00
cosmonaut 876e8deb6e codegen fixes 2021-05-16 00:23:52 -07:00
cosmonaut abc82f381e refactor AST to use nameless union instead of child array 2021-05-15 15:34:15 -07:00
cosmonaut cbeb8d3ce2 printing 2021-04-30 12:17:44 -07:00
cosmonaut 3b43d44f35 add type specification to iterator variable 2021-04-30 00:50:35 -07:00
cosmonaut 62f42e47b9 initial for loop range implementation 2021-04-29 23:49:35 -07:00
cosmonaut c728dd6b8c if-else chains 2021-04-29 15:26:30 -07:00
cosmonaut 708d4de0ae add else blocks 2021-04-29 13:59:00 -07:00
cosmonaut a320086038 add if statement 2021-04-28 21:25:25 -07:00
cosmonaut 9a97b73c7c rename compiler to codegen + handle file not found 2021-04-28 16:10:17 -07:00