class Phreak::Parser
- Phreak::Parser
- Reference
- Object
Overview
This class serves as a reusable form of Phreak.parse
. This allows
for a variety of uses, such as more readable code, complex interpreters,
and even text adventure games.
Defined in:
parser.crConstructors
Instance Method Summary
-
#parse(args : Array(String))
Invokes the parser on an array of arguments.