Lines Matching +full:python +full:- +full:format
1 <?xml version="1.0" encoding="utf-8"?>
4 <_PegenSources Include="$(PySourcePath)Grammar\python.gram;$(PySourcePath)Grammar\Tokens" />
6 <_ASTSources Include="$(PySourcePath)Parser\Python.asdl" />
8 <Argument>-H</Argument>
11 <Argument>-I</Argument>
13 <_ASTOutputs Include="$(PySourcePath)Python\Python-ast.c">
14 <Argument>-C</Argument>
17 …\opcode.h;$(PySourcePath)Include\internal\pycore_opcode.h;$(PySourcePath)Python\opcode_targets.h" …
19 <_TokenOutputs Include="$(PySourcePath)Doc\library\token-list.inc">
20 <Format>rst</Format>
23 <Format>h</Format>
26 <Format>c</Format>
29 <Format>py</Format>
31 <_KeywordSources Include="$(PySourcePath)Grammar\python.gram;$(PySourcePath)Grammar\Tokens" />
44 <Message Text="Regenerate @(_PegenOutputs->'%(Filename)%(Extension)',' ')" Importance="high" />
45 …<!-- Specify python.gram with POSIX-like path because the argument gets written into the file verb…
46 …ONPATH=Tools\peg_generator%0D%0A$(PythonForBuild) -m pegen -q c ./Grammar/python.gram Grammar\Toke…
53 <Message Text="Regenerate @(_ASTOutputs->'%(Filename)%(Extension)',' ')" Importance="high" />
54 …<Exec Command="$(PythonForBuild) Parser\asdl_c.py Parser\Python.asdl @(_ASTOutputs->'%(Argument) &…
61 <Message Text="Regenerate @(_OpcodeOutputs->'%(Filename)%(Extension)',' ')" Importance="high" />
64 <Exec Command="$(PythonForBuild) Python\makeopcodetargets.py Python\opcode_targets.h"
71 <Message Text="Regenerate @(_TokenOutputs->'%(Filename)%(Extension)',' ')" Importance="high" />
72 …<Exec Command="$(PythonForBuild) Tools\scripts\generate_token.py %(_TokenOutputs.Format) Grammar\T…
80 … <Message Text="Regenerate @(_KeywordOutputs->'%(Filename)%(Extension)',' ')" Importance="high" />
81 …"set PYTHONPATH=Tools\peg_generator%0D%0A$(PythonForBuild) -m pegen.keywordgen Grammar\python.gram…
110 …<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high"…
122 <_Text Include="@(_Text1->'%(Content)')" />