| Refresh | Home EGTry.com

duplicate token by rewrite


prog: DIGIT -> DIGIT DIGIT DIGIT;


DIGIT: '0' .. '9';
WS: (' '|'\r'|'\n') {$channel=HIDDEN;};


input

999


Output

nil - 9
    - 9
    - 9