moulo
This commit is contained in:
@@ -87,6 +87,8 @@ func (l *Lexer) NextToken() token.Token {
|
||||
}
|
||||
case '*':
|
||||
tok = newToken(token.ASTERISK, l.ch)
|
||||
case '%':
|
||||
tok = newToken(token.PERCENT, l.ch)
|
||||
case '<':
|
||||
if l.peekChar() == '=' {
|
||||
l.readChar()
|
||||
|
||||
Reference in New Issue
Block a user