UseSemanticErrors -> false

This commit is contained in:
Aleksandr Petrukhin
2016-12-22 18:09:15 +03:00
parent 57d06b8136
commit b31503d96c
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"unsafe"
)
var UseSemanticErrors = flag.Bool("use_many_errors", true, "Allow lexer collect semantic errors")
var UseSemanticErrors = flag.Bool("use_many_errors", false, "Allow lexer collect semantic errors")
// tokenKind determines type of a token.
type tokenKind byte