From f1a73bde8f1e724448e74b63741ed9e986226c5e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 22 Mar 2015 15:42:28 +0100 Subject: Rename COMMENT into LAMP --- lexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexer.go') diff --git a/lexer.go b/lexer.go index bdbca7b..4076646 100644 --- a/lexer.go +++ b/lexer.go @@ -51,7 +51,7 @@ func (y *yyLex) run() { if t, ok := Tockens[c]; ok { switch t { - case COMMENT, EOF: + case LAMP, EOF: return case BLANK: y.ignore() -- cgit v1.2.3