Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 185 Bytes

File metadata and controls

9 lines (6 loc) · 185 Bytes

Regular grammar

Is either a left or right regular grammar:

  • B → a
  • B → aC or Ca (right and left regular grammars respectively)
  • B → ε

TODO vs regular expression.