Non-terminal symbol RegularExpression
Description
Defining rules for nonterminal symbol
RegularExpression:
|
RegularExpression
|
|
'('
')'
|
|
|
|
IDENTIFIER
|
|
|
|
RegularExpression
'|'
RegularExpression
|
|
|
|
RegularExpression
'.'
RegularExpression
|
|
|
|
RegularExpression
'?'
|
|
|
|
RegularExpression
'+'
|
|
|
|
RegularExpression
'*'
|
|
|
|
RegularExpression
'^'
NUMBER
|
|
|
|
RegularExpression
'_'
NUMBER
'^'
NUMBER
|
|
|
|
RegularExpression
'_'
NUMBER
'~'
|
|
|
|
'('
RegularExpression
')'
|
|
Occurrences of symbol
RegularExpression
in body of other rules:
Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.