11 Commits

Author SHA1 Message Date
19e9b8dfee started to work in the ast 2025-07-13 14:19:52 -05:00
41e5298288 added a recipe for valgrind 2025-07-12 14:55:10 -05:00
035cd53983 defining some structs for the ast 2025-07-05 12:36:26 -05:00
2119791961 lexer finished? 2025-07-05 11:36:16 -05:00
52dc4618c7 added support for keywords 2025-07-04 16:14:05 -05:00
19a9ef2d20 added integers, floats, strings, and identifiers 2025-07-04 15:43:08 -05:00
aa46974753 started to work with multicharacter tokens 2025-07-04 15:07:51 -05:00
68573a4599 more single-character tokens, ignoring whitespaces, and comments 2025-07-04 14:39:45 -05:00
2dab03db23 now lexing some single character tokens 2025-07-03 19:23:34 -05:00
b0682bbde5 added a placeholder lexer and token struct 2025-07-02 20:25:05 -05:00
a34348be60 Initial commit
added just a few helper functions and structures that will use later.
still missing a lot of important functions that will be important, but
they will be implemented as i go.
2025-07-02 20:09:10 -05:00