Commit graph

3 commits

Author SHA1 Message Date
Petar Kapriš 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
Petar Kapriš 475b155228 Add and test abstract syntax tree data type 2024-11-25 22:54:27 +01:00
Petar Kapriš e4733b20a6 Move lexer and Error into separate packages 2024-11-25 22:54:23 +01:00
Renamed from pj1-go/lexer.go (Browse further)