41a174e98c
Add exponentiation operator '**' in lexer
2025-01-22 19:27:22 +01:00
222f32ef46
Move lexer back into main package with updated go.mod
2025-01-22 19:26:36 +01:00
9e1ef93990
Add modulo operators to lexer
...
Tokens MODULO and SLASH_MODULO are going to represent the modulo and
fmod operations on integers and floats, or return a pair with the
divisor and the modulo, respectively.
2025-01-22 19:25:10 +01:00
4178bfefea
Add reverse polish notation printer for AST
...
This is meant to complete chapter 5 challenge 3.
2025-01-22 19:24:34 +01:00
a647c39ec4
Uncomment main function
2025-01-22 19:24:03 +01:00
475b155228
Add and test abstract syntax tree data type
2024-11-25 22:54:27 +01:00
e4733b20a6
Move lexer and Error into separate packages
2024-11-25 22:54:23 +01:00
c102b47e9a
Create tools package directory
2024-11-25 22:53:29 +01:00
236172c9c5
Add support for nested C-style comments
2024-11-25 22:53:29 +01:00
7f72ba59d5
Initial commit: completed simple lexer for pj1
2024-11-25 22:53:29 +01:00