|
|
88ceacd500
|
Implement comparison binops
|
2022-01-29 21:37:44 +01:00 |
|
|
|
1079eb1671
|
Implement bitwise not
|
2022-01-29 21:26:14 +01:00 |
|
|
|
fabe3ef2ad
|
Implement unary negate
|
2022-01-29 21:12:01 +01:00 |
|
|
|
26c36ed0ae
|
Implement parenthesis grouping
|
2022-01-29 20:51:55 +01:00 |
|
|
|
807482583a
|
Update grammar definition
|
2022-01-28 14:00:51 +01:00 |
|
|
|
6b91264f84
|
Implement more operators
- Mod
- Bitwise Or
- Bitwise And
- Bitwise Xor
- Shift Left
- Shift Right
|
2022-01-27 23:15:16 +01:00 |
|
|
|
d9246c7ea1
|
Implement div & sub
|
2022-01-27 22:29:06 +01:00 |
|
|
|
39dd5e81f2
|
Start implementing interpreter
- Implemented tree-walk-interpreter for expressions only
- Binops Add, Mul
- Value Types I64
|
2022-01-02 21:58:10 +01:00 |
|
|
|
ef4dee98dc
|
Add test for parser
|
2022-01-02 21:28:36 +01:00 |
|
|
|
541d905551
|
Start implementing Parser
- Implemented pratt parser for expressions
- Implemented BinOps Add, Mul
|
2022-01-02 21:03:14 +01:00 |
|