Searched refs:the_parser (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/ply/test/
H A Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False) variable
31 the_parser.parse('ABC', the_lexer)
32 the_parser.parse('ABC', the_lexer, tracking=True)
33 the_parser.parse('ABC', the_lexer, tracking=True, debug=1)

Completed in 4 milliseconds