public class GosuShallowParser extends ShallowParserBase<GosuShallowParser.EGosuParserStates>
Started this parser from the JavaScriptShallowParser since Gosu seems to be a simple Java variant without semicolons. Gosu grammar: https://gosu-lang.github.io/grammar.html
| Modifier and Type | Class and Description |
|---|---|
static class |
GosuShallowParser.EGosuParserStates
The states used in this parser.
|
| Constructor and Description |
|---|
GosuShallowParser()
Constructor.
|
createRecognizer, endWithPossibleContinuation, filterTokens, inAnyState, inState, isFilteredToken, parse, parseFragment, parseTopLevelpublic GosuShallowParser()