We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dfc5b commit 274ca90Copy full SHA for 274ca90
a2l/a2ml.go
@@ -25,10 +25,6 @@ forLoop:
25
} else if tok.current() == endA2mlToken {
26
a2ml.formatSpecificationSet = true
27
break forLoop
28
- } else if isKeyword(tok.current()) {
29
- err = errors.New("unexpected token " + tok.current())
30
- log.Err(err).Msg("a2ml could not be parsed")
31
- break forLoop
32
} else if !a2ml.formatSpecificationSet {
33
a2ml.formatSpecification = a2ml.formatSpecification + spaceToken + tok.current()
34
}
0 commit comments