Home
last modified time | relevance | path

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

/base/update/updater/services/script/
H A Dgenerate_yacc.py28 yacc_path = options.output variable
29 parser_file = os.path.join(yacc_path, "parser.cpp")
30 lexer_file = os.path.join(yacc_path, "lexer.cpp")
31 flexlexer_file = os.path.join(yacc_path, "FlexLexer.h")
32 if not os.path.exists(yacc_path):
33 os.makedirs(yacc_path)

Completed in 1 milliseconds