|
dec93f8272
|
implemented lexer for a more complex subset of the
monkey language
|
2025-06-30 00:12:28 +02:00 |
|
|
69217fdf90
|
added test for full lexer (missing impl)
|
2025-06-29 20:28:53 +02:00 |
|
|
c322b69590
|
renamed IDENT to IDENTIFIER because i kept reading
indent
|
2025-06-29 20:04:20 +02:00 |
|
|
ffff13b2e0
|
lexer can now read single character tokens
|
2025-06-29 12:33:37 +02:00 |
|
|
ca05c3577a
|
renamed EOF_ to END_OF_FILE
|
2025-06-29 12:33:09 +02:00 |
|
|
1c928616a4
|
written structure and tests for lexer, missing
implementation
|
2025-06-29 10:56:51 +02:00 |
|
|
ccfc3ed0f7
|
fixed bug
|
2025-06-29 10:56:32 +02:00 |
|
|
2aff81ba4c
|
fixed token header and made the tokenTypeStrings
not seeable from outside modules
|
2025-06-29 10:43:12 +02:00 |
|
|
9ad9a0b85b
|
added src to inclusion for lsp
|
2025-06-29 10:14:29 +02:00 |
|
|
09a0dc7b6d
|
brought back namespaces because i think i get it
now
|
2025-06-29 10:14:04 +02:00 |
|
|
65792464bb
|
changed make rule name
|
2025-06-29 10:13:27 +02:00 |
|
|
4771aa4f10
|
removed namespace perche mi rompeva le palle
|
2025-06-29 10:07:12 +02:00 |
|
|
81cdd0690d
|
made the token type less repetitive
|
2025-06-28 18:05:01 +02:00 |
|
|
4364afa111
|
added compile_flags.txt for lsp
|
2025-06-28 17:59:14 +02:00 |
|
|
9a13de97e1
|
initial code
|
2025-06-28 17:59:08 +02:00 |
|
|
8acce0f6a6
|
made makefile better
|
2025-06-28 17:57:44 +02:00 |
|
|
b966b6dfab
|
put back the tabs because makefiles are bitchy
|
2025-06-28 17:27:56 +02:00 |
|
|
149d0fb709
|
Yes
|
2025-06-28 11:19:23 +02:00 |
|
|
53388718ec
|
Added makefile
|
2025-06-28 11:04:17 +02:00 |
|
|
f7e1c8bce6
|
added testing framework
|
2025-06-28 10:24:55 +02:00 |
|
|
3b8b6b610d
|
initial commit: added gitignore
|
2025-06-28 10:21:12 +02:00 |
|