|
7e21e71a07
|
Clarify division behavior in tests
|
2024-05-20 20:39:12 -04:00 |
|
|
ce991fd12a
|
impl modulo (handle negative divisors how people expect)
|
2024-05-18 23:22:50 -04:00 |
|
|
2b6aff0dab
|
Fix some binding powers
|
2024-05-18 23:15:46 -04:00 |
|
|
2770a2de3b
|
impl unary minus
|
2024-05-18 21:53:30 -04:00 |
|
|
5a34b0f6f7
|
Factor out common infix op logic
|
2024-05-18 21:33:17 -04:00 |
|
|
1078dc3653
|
Fix binding power of * // /
|
2024-05-18 21:24:43 -04:00 |
|
|
21e8d95f98
|
Fix expression parser to require parsing full string
|
2024-05-18 21:24:19 -04:00 |
|
|
1a46130b1d
|
impl - * // /
|
2024-05-17 20:52:33 -04:00 |
|
|
bf44d84e17
|
impl +
|
2024-05-17 20:50:54 -04:00 |
|
|
62593b0ab8
|
Start stubbing out Pratt parser - parse integers
|
2024-05-17 20:26:54 -04:00 |
|
|
ef16fefe48
|
Stub out expression handling
|
2023-10-20 21:02:27 -04:00 |
|