mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 20:22:27 +00:00
Attempt to build Python compiler program
This commit is contained in:
parent
d522a88def
commit
0c6581f912
27 changed files with 9780 additions and 2536 deletions
2
third_party/python/Parser/acceler.c
vendored
2
third_party/python/Parser/acceler.c
vendored
|
@ -65,7 +65,7 @@ fixdfa(grammar *g, dfa *d)
|
|||
fixstate(g, s);
|
||||
}
|
||||
|
||||
static void
|
||||
static optimizespeed void
|
||||
fixstate(grammar *g, state *s)
|
||||
{
|
||||
arc *a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue