Commit Graph

25 Commits

Author SHA1 Message Date
b71cfe4370 feat: lex punctuation 2024-11-27 21:06:51 -05:00
882d123fe0 feat: lex groupign signs 2024-11-27 20:41:42 -05:00
71d617928a feat: lex escape characters inside strings 2024-11-27 20:07:01 -05:00
b8c542d88e feat: lex string without escape characters 2024-11-27 19:36:45 -05:00
3f95515964 feat: lex comments, forbid CR 2024-11-24 07:35:20 -05:00
00597752da feat: lex operators 2024-11-24 06:53:58 -05:00
4e1b2c3cab feat: integrate identifier/datatype lexer 2024-11-18 21:14:09 -05:00
15a66ebc3d feat: lex datatype 2024-11-18 21:08:37 -05:00
92794cc07a feat: lex identifier. create comptime fn for lexing many, many_1 2024-11-18 21:05:46 -05:00
d6a83ff46c feat: lex many productions 2024-11-18 20:08:42 -05:00
26f5fed321 chore: small changes 2024-11-17 08:08:57 -05:00
8dccf94ad5 feat: lex floating point numbers with scientific notation 2024-11-17 07:56:29 -05:00
b0aec04235 feat: lex scientific number 2024-11-17 07:54:12 -05:00
1c8a50f797 feat: lex fp numbers 2024-11-17 07:37:38 -05:00
98bef47824 fix: throw leading zero error only on integer 2024-11-17 07:12:07 -05:00
76c823cc54 feat: use comptime function to lex hex, octal and binary numbers 2024-11-16 18:56:16 -05:00
e7459ab441 feat: parse hex numbers 2024-11-16 18:34:36 -05:00
758f551db0 feat: structure for more number lexers 2024-11-16 17:08:07 -05:00
cbefbe3f68 refactor: organize files 2024-11-16 16:12:15 -05:00
70dce84f05 feat: lex integer 2024-11-16 16:03:24 -05:00
86904218d5 feat(build): setup build step to run all tests 2024-11-16 07:16:10 -05:00
5b940c9e44 feat: minimal, single digit, int lexer 2024-11-16 06:42:26 -05:00
d8df211f46 feat: read user input 2024-11-16 06:02:56 -05:00
9b43095f86 feat: changelog & repl message 2024-11-16 05:46:19 -05:00
a68e5a2c1d init 2024-11-15 20:00:15 -05:00