Id of input field
Set's error of input field with message provided.
Id of input field
Error message
Focus the input element whose id is given.
Id of input field
Validate and parse value of input field as json. Set's error to field if can not parse.
Id of input field
Parsed JSON value
Validates if the provide non terminals are valid i.e. Array
Non terminals to validate.
True if terminals are Array.
Validates if all productions start with non terminals(that belongs to the set of non terminals) and has productions that has symbols form set of terminals and non terminals only
Array of productions.
Set of non terminals.
Set of terminals.
True if satisfies.
Validates if start symbol is a string and it belongs to the set of non terminals.
Start symbol.
Set of non terminals.
True if staisfies
Validates if the provide terminals are valid i.e. Array
Terminals to validate.
True if terminals are Array.
Generated using TypeDoc
Clears the error for the input id.
Note: the error label has a id with
-error
appended to input's id