Maven module :un.api : api-syntax :
Class : un.impl.grammar.io.UNGrammarReader
Extends/Implements : un.api.io.AbstractReader
Subclasses : -

TODO : find a name for this grammar syntax.
This syntax describe both lexer tokens and parser rules.
Inspired from : BNF,AntLR,Regex
It is not an official grammar syntax, it is only used in the Unlicense project.
author  Johann Sorel


Variables : -
Functions : UNGrammarReader, read



public void UNGrammarReader ()

public void read (HashDictionary tokenGroupBuffer, OrderedHashDictionary ruleBuffer)