github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/optimisations.build (about) 1 _PARSER_BINARIES = { 2 'python27': 'python2.7', 3 'python34': 'python3.4', 4 'python35': 'python3.5', 5 'python36': 'python3.6', 6 } 7 8 PARSER_TOOL = _PARSER_BINARIES[CONFIG.PARSER_ENGINE] 9 PARSER_LIB_NAME = PARSER_TOOL # Happens to be the same for now.