20 Commits

Author SHA1 Message Date
ee3f2919c6 Update README.md. Updated main.c. 2024-12-21 11:10:01 -05:00
905acacd07 Fixed float addition.
One can now add floats, will also print the AST.
2024-12-21 10:12:30 -05:00
8763fa35dd Updated README.md 2024-12-14 20:35:36 -05:00
7b19e553f2 With token.c. 2024-12-07 10:33:16 -05:00
4514d94be9 Basic addition with integers is now available. 2024-11-30 10:24:31 -05:00
4080d1a80a Cleaned up. 2024-11-23 10:21:34 -05:00
a36ae22d52 Added exec, grammar files. 2024-11-23 09:30:35 -05:00
92d9da14c2 Grammars are broken. 2024-11-09 10:27:03 -05:00
120038ea8f Global lexer. 2024-11-07 19:41:14 -05:00
a1f210fee1 Something. 2024-10-31 16:44:17 -04:00
891d8bf7ef Finished initial AST structures.
Call and ints (nums).
2024-10-26 10:07:33 -04:00
7a04ccfd9f Fixed some printing errors, introduced many more. 2024-10-19 10:59:05 -04:00
933418895e Something. 2024-10-19 09:09:37 -04:00
3c56290448 Numbers work. Calls do not work. 2024-10-16 08:13:32 -04:00
63f5064ba9 Fixed some things, broke others. 2024-10-13 23:46:03 -04:00
8e8b6233d6 Added dynamic strings. They do not yet work. 2024-10-10 16:09:25 -04:00
77f40cf3c5 Changed things. 2024-10-07 11:48:53 -04:00
32386ccf58 Here's another commit.
Got the Makefile working with tests properly.
2024-09-30 09:00:37 -04:00
f674f47306 Update Makefile. 2024-09-28 09:38:01 -04:00
433905f5ea Initial commit. 2024-09-28 09:31:23 -04:00