mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
specialize ConversionFlag (#42)
* specialize ConversionFlag * Change value of ConversionFlag to i8 and None to -1 * is_* methods to ConversionFlag
This commit is contained in:
parent
611dcc2e9b
commit
9d47d3d212
29 changed files with 60 additions and 104 deletions
|
@ -28,6 +28,7 @@ assert BUILTIN_TYPE_NAMES.keys() == asdl.builtin_types
|
|||
BUILTIN_INT_NAMES = {
|
||||
"simple": "bool",
|
||||
"is_async": "bool",
|
||||
"conversion": "ConversionFlag",
|
||||
}
|
||||
|
||||
RUST_KEYWORDS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue