two new operators added: '<<' and '>>

This commit is contained in:
2024-04-16 03:54:50 +02:00
parent f45b2c0a88
commit 353d495c50
4 changed files with 73 additions and 3 deletions
+2
View File
@@ -59,6 +59,8 @@ const (
SymQuestionEqual // 48: '?='
SymDoubleAt // 49: '@@'
SymDoubleColon // 50: '::'
SymInsert // 51: '>>'
SymAppend // 52: '<<'
SymChangeSign
SymUnchangeSign
SymIdentifier