# Grammar ## Definitions Short description: - operator | denotes alternative, - operator * denotes iteration (zero or more), - operator + denotes iteration (one or more), ## Syntax Grammar