issues
search
RustPython
/
Parser
MIT License
77
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix inconsistencies with cpython while parsing format strings
#124
kaanyalova
closed
3 weeks ago
0
fix clippy warnings
#123
youknowone
closed
3 months ago
0
Add a function for underline handling in `literal/src/float.rs` .
#122
dannasman
closed
4 months ago
0
fix for Lib/test/test_future_stmt/test_future.py: test_annotations
#121
hydrogen602
closed
6 months ago
0
Fix type param order during source location
#120
dchiquito
closed
6 months ago
0
How to edit source code now?
#119
tisonkun
closed
6 months ago
4
Error in source yields infinite iterator
#118
nithinmuthukumar
opened
7 months ago
0
Release 0.3.1 + remove ast-pyo3 from repository
#117
youknowone
closed
7 months ago
0
Build fails on i386: error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
#116
yurivict
closed
7 months ago
1
Error building wheel for rustpython_ast (pyo3)
#115
pawamoy
closed
7 months ago
6
Cannot compile with Rust 1.76.0
#114
rubenfiszel
opened
9 months ago
7
How do I regenerate the parser?
#113
Ki11erRabbit
closed
10 months ago
2
Incorrect f-string parsing
#112
yt2b
closed
10 months ago
2
remove size assertions to avoid nightly error
#111
youknowone
closed
11 months ago
0
Fix the invalid license name for cargo-deny
#110
h7kanna
closed
11 months ago
0
Added num/malachite features for format crate
#109
h7kanna
closed
11 months ago
1
Question: How to walk/visit the AST?
#108
Peter554
opened
1 year ago
10
fix(ast): make unparse module public
#107
m-spitfire
closed
6 months ago
3
Stack overflow when parsing pandas.io.formats.xml
#106
notdanilo
closed
1 year ago
5
Port PEP-701 support from Ruff
#105
youknowone
opened
1 year ago
0
Clean up Cargo.toml and bump dependency versions
#104
youknowone
closed
1 year ago
0
Bump malachite to 0.4.4
#103
qingshi163
closed
1 year ago
1
vendor text_size and source_location
#102
youknowone
closed
1 year ago
0
make unparse public
#101
benmkw
closed
6 months ago
1
add full-parser, like full-lexer
#100
benmkw
opened
1 year ago
3
Fix `TypeAliasName` to store name instead of load
#99
zanieb
closed
1 year ago
0
Consolidate parsing of `Expr::Name` in `TypeAliasName`, `MatchName`, and `Atom<Goal>`
#98
zanieb
opened
1 year ago
1
Add parsing of type alias statements i.e. the `type` keyword
#97
zanieb
closed
1 year ago
1
Parse type parameters in function definitions
#96
zanieb
closed
1 year ago
0
Parse type parameters in class definitions
#95
zanieb
closed
1 year ago
1
Consider using `Box` on type parameters to reduce statement allocation size
#94
zanieb
opened
1 year ago
1
Update to the latest ASDL
#93
zanieb
closed
1 year ago
2
0.3.0
#92
youknowone
closed
1 year ago
7
Fix bool format
#91
yt2b
closed
1 year ago
0
Fix bool format
#90
yt2b
closed
1 year ago
0
Illegal "yield (from)" python syntax accepted
#89
charliermarsh
opened
1 year ago
0
Incorrect f-string parsing
#88
charliermarsh
opened
1 year ago
1
Reject generator without parenthesis
#87
youknowone
opened
1 year ago
0
Too many elif chain crashes parser
#86
youknowone
opened
1 year ago
0
Add test case for malformed float
#85
youknowone
opened
1 year ago
0
Add CI for RustPython/Ruff tests
#83
DimitrisJim
opened
1 year ago
2
PEP 695 – Type Parameter Syntax
#82
tjf801
closed
1 year ago
1
Implement Parse for located AST nodes
#81
youknowone
opened
1 year ago
0
Fix LinearLocator \r handling
#80
youknowone
closed
1 year ago
0
rustpython_ast python package
#79
youknowone
closed
1 year ago
0
Parse for expr and stmt variants + identifier, constant
#78
youknowone
closed
1 year ago
0
Upgrade RustPython
#77
MichaReiser
closed
1 year ago
0
Align `MatchCase` end location
#76
MichaReiser
closed
1 year ago
1
Add parser deps to rustpython_ast_pyo3
#75
youknowone
closed
1 year ago
0
Rename unconventional nodes
#74
youknowone
closed
1 year ago
1
Next