()
| 32849 | } |
| 32850 | |
| 32851 | function parse_MainModule() |
| 32852 | { |
| 32853 | eventHandler.startNonterminal("MainModule", e0); |
| 32854 | parse_Prolog(); |
| 32855 | whitespace(); |
| 32856 | parse_Program(); |
| 32857 | eventHandler.endNonterminal("MainModule", e0); |
| 32858 | } |
| 32859 | |
| 32860 | function parse_Program() |
| 32861 | { |
no test coverage detected
searching dependent graphs…