Go to file
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
pj1-go Add modulo operators to lexer 2025-01-22 19:25:10 +01:00
.gitignore fixup gitignore 2024-11-25 22:53:29 +01:00
text-challenges Add text challenges for end of chapter 5 2025-01-22 19:23:42 +01:00