Grammar Production Rule
Jump to navigation
Jump to search
A Grammar Production Rule is a Grammar Operation in the form of a Production Rule that tests a LHS composed of a Non-Terminal Symbol and, if successful, produces a RHS Expression.
- AKA: Language Production Rule.
- Context:
- It can be a Linguistic Expression Production Rule.
- …
- Example(s):
- S ⇒ NP VP. (in a Natural Language Syntax).
- A ⇒ B + C. (in an Arithmetic Grammar)
- .. (a Logic Grammar).
- See: Formal Language, Formal System.