Latest commit
lysnikolaou
bpo-40334GH-1β¦
β¦9839) This commit makes both APIs more consistent by doing the following: - Remove the `PyPegen_CodeObjectFrom*` functions, which weren't used and will probably not be needed. Functions like `Py_CompileStringObject` can be used instead. - Include a `const char *filename` parameter in `PyPegen_ASTFromString`. - Rename `PyPegen_ASTFromFile` to `PyPegen_ASTFromFilename`, because its signature is not the same with `PyParser_ASTFromFile`.
Files
Permalink| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| .. | |||
| Failed to load latest commit information. | |||
|
|
pegen |
|
|
|
|
pgen |
|
|
|
|
Python.asdl |
|
|
|
|
acceler.c |
|
|
|
|
asdl.py |
|
|
|
|
asdl_c.py |
|
|
|
|
grammar1.c |
|
|
|
|
listnode.c |
|
|
|
|
myreadline.c |
|
|
|
|
node.c |
|
|
|
|
parser.c |
|
|
|
|
parser.h |
|
|
|
|
parsetok.c |
|
|
|
|
token.c |
|
|
|
|
tokenizer.c |
|
|
|
|
tokenizer.h |
|
|