()
| 17808 | } |
| 17809 | |
| 17810 | function parse_MainModule() |
| 17811 | { |
| 17812 | eventHandler.startNonterminal("MainModule", e0); |
| 17813 | parse_Prolog(); |
| 17814 | whitespace(); |
| 17815 | parse_Program(); |
| 17816 | eventHandler.endNonterminal("MainModule", e0); |
| 17817 | } |
| 17818 | |
| 17819 | function parse_Program() |
| 17820 | { |
no test coverage detected