|
d05156d300
|
Add parsing and tests for parenthesized expressions
|
2025-01-28 17:57:19 +02:00 |
|
|
10f7e32046
|
Add precedent operators * and /
|
2025-01-28 17:15:28 +02:00 |
|
|
3c45dcbb4c
|
Parse multiple BinaryOps and fix associated tests
|
2025-01-28 17:04:19 +02:00 |
|
|
b10f5f39fd
|
Add identifier parsing for BinaryOp
|
2025-01-28 16:55:34 +02:00 |
|
|
ca5204d4b2
|
Add tests for future parser features
|
2025-01-28 16:47:11 +02:00 |
|
|
ffc0e812a2
|
Add very minimal +/- binary op parsing
|
2025-01-24 14:41:23 +02:00 |
|
|
dec0a0e154
|
Change tokens to use &str w/lifetime instead of String
|
2025-01-21 20:26:18 +02:00 |
|
|
65d437b324
|
Update tokenizer tests
|
2025-01-21 18:59:47 +02:00 |
|
|
28a8ae69be
|
Add proper line/char location for tokens
|
2025-01-21 18:59:20 +02:00 |
|
|
7b423fe18a
|
Add location info to tokens
|
2025-01-18 19:13:55 +02:00 |
|
|
66bdd5f917
|
Initial tokenizer implementation
|
2025-01-18 19:03:05 +02:00 |
|
|
f6ac3e60a9
|
Rust TCP/JSON server implementation
|
2025-01-18 15:21:24 +02:00 |
|
|
5d9aab2043
|
Init cargo project
|
2025-01-15 14:53:34 +02:00 |
|