Remove rouge println in parser
This commit is contained in:
parent
bb2d1966b9
commit
b3fc38e7c0
@ -154,7 +154,6 @@ func (this *Parser) parseExpressionRootIdent () (entity.Expression, error) {
|
|||||||
case "if": return this.parseIfElse()
|
case "if": return this.parseIfElse()
|
||||||
case "loop": return this.parseLoop()
|
case "loop": return this.parseLoop()
|
||||||
default:
|
default:
|
||||||
println(this.token.String())
|
|
||||||
this.next()
|
this.next()
|
||||||
switch this.kind() {
|
switch this.kind() {
|
||||||
case lexer.Colon:
|
case lexer.Colon:
|
||||||
|
Loading…
Reference in New Issue
Block a user