Commit Graph

16 Commits (f3435f865940b34ba72dd4c3b054de5030af8972)

Author SHA1 Message Date
cosmonaut f3435f8659 groundwork for struct generics 2021-06-02 19:03:58 -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 abc82f381e refactor AST to use nameless union instead of child array 2021-05-15 15:34:15 -07:00
cosmonaut 41bf2bece8 some minor style revisions 2021-05-14 11:53:09 -07:00
venko f441e5bede Possibly implements full type annotation of the AST 2021-05-12 21:54:09 -07:00
venko 5ab3cc533d Adds type tags to the id-tree 2021-05-07 17:49:35 -07:00
venko 6ec5479db1 Moves strdup function to utility file 2021-05-06 17:15:17 -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 7ca87d6b13 parser sequence refactor 2021-04-29 12:42:51 -07:00
cosmonaut a320086038 add if statement 2021-04-28 21:25:25 -07:00
cosmonaut 272c809c69 input option parsing 2021-04-28 15:21:51 -07:00