New symbol '^' (caret). The scanner now returns an error token if can't recognise a symbol.

This commit is contained in:
2024-04-21 07:10:19 +02:00
parent d1122da566
commit a628bfac39
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@ const (
SymDoubleColon // 50: '::'
SymInsert // 51: '>>'
SymAppend // 52: '<<'
SymCaret // 53: '^'
SymChangeSign
SymUnchangeSign
SymIdentifier