Protocols
The following protocols are available globally.
-
A parser which can check if a word is in a language and generate a syntax tree explaining how a word was derived from a grammar
See moreDeclaration
Swift
public protocol Parser
-
A string tokenizer which tokenizes a string based on final productions of a context free grammar.
See moreDeclaration
Swift
public protocol Tokenizer