6 Commits

Author SHA1 Message Date
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