Package | Description |
---|---|
slogo.parser |
This package is responsible for parsing the language SLogo.
|
Modifier and Type | Method and Description |
---|---|
GrammarElement |
IdentifierParser.parse(SLogoInterpreter interpreter)
parses an assignment statement, which looks like
id = expression
|