# README
The StringParser
This package provides the StringParser
object. The StringParser
object takes a Grammar
and a Scanner
as input and then
parses and validates the given string accordingly.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Grammar - When parsing strings, it is easier to speak about a grammar and tokens than dealing with 'states'.
No description provided by the author
No description provided by the author
No description provided by the author