added operator './' (float division) and test

This commit is contained in:
2024-03-26 09:12:44 +01:00
parent 800664c98c
commit 594806c999
4 changed files with 47 additions and 6 deletions
+3 -2
View File
@@ -27,8 +27,9 @@ const (
SymColon // 16: ':'
SymSemiColon // 17: ';'
SymDot // 18: '.'
SymQuote // 19: '\''
SymDoubleQuote // 20: '"'
SymDotSlash // 19: './'
SymQuote // 20: '\''
SymDoubleQuote // 21: '"'
SymBackTick // 0: '`'
SymExclamation // 0: '!'
SymQuestion // 0: '?'