issues
search
we-like-parsers
/
cpython
Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump actions/cache from 2.1.6 to 3.2.6
#212
dependabot[bot]
opened
1 year ago
1
Emit FSTRING_MIDDLE for literal after last expression and before quotes
#211
lysnikolaou
closed
1 year ago
3
Change FSTRING_END token to include closing quote
#210
lysnikolaou
closed
1 year ago
2
build(deps): bump actions/cache from 2.1.6 to 3.2.4
#209
dependabot[bot]
closed
1 year ago
2
build(deps): bump actions/upload-artifact from 2.2.4 to 3.1.2
#208
dependabot[bot]
opened
1 year ago
1
Adjust tokenize module to handle new logic
#207
lysnikolaou
closed
1 year ago
3
Make FSTRING_END contain the closing quote (?)
#206
lysnikolaou
closed
1 year ago
3
build(deps): bump actions/cache from 2.1.6 to 3.2.2
#205
dependabot[bot]
closed
1 year ago
2
build(deps): bump actions/stale from 4 to 7
#204
dependabot[bot]
opened
1 year ago
1
Speed-up f-string tokenization by reducing strlen() calls
#203
isidentical
closed
1 year ago
2
Fix infinite loop when displaying warnings
#202
pablogsal
closed
1 year ago
5
Segfault on invalid escape sequence in first line of file
#201
lysnikolaou
closed
1 year ago
0
Handle raw strings with r and R in action helper
#200
isidentical
closed
1 year ago
5
Mass testing fixes
#199
isidentical
closed
1 year ago
5
build(deps): bump actions/upload-artifact from 2.2.4 to 3.1.1
#198
dependabot[bot]
closed
1 year ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.11
#197
dependabot[bot]
closed
1 year ago
2
Are we allowing space between '!' and 'r/a/s'?
#196
lysnikolaou
closed
2 years ago
4
Use new tokenizer column offset to fix fstring ast locations
#195
lysnikolaou
closed
2 years ago
1
Modify test conversions to fix failing tests
#194
lysnikolaou
closed
2 years ago
2
build(deps): bump actions/stale from 4 to 6
#193
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.9
#192
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.8
#191
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.5
#190
dependabot[bot]
closed
2 years ago
2
Stricter conversion checker
#189
isidentical
closed
2 years ago
0
build(deps): bump actions/cache from 2.1.6 to 3.0.4
#188
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/setup-python from 2 to 4
#187
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/upload-artifact from 2.2.4 to 3.1.0
#186
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.3
#185
dependabot[bot]
closed
2 years ago
2
Last report on test failures
#184
isidentical
opened
2 years ago
15
build(deps): bump actions/stale from 4 to 5
#183
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.2
#182
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/upload-artifact from 2.2.4 to 3.0.0
#181
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/setup-python from 2 to 3.1.0
#180
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 3.0.1
#179
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/upload-artifact from 2.2.4 to 3
#178
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/checkout from 2 to 3
#177
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/setup-python from 2 to 3
#176
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1
#175
dependabot[bot]
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.6 to 2.1.7
#174
dependabot[bot]
closed
2 years ago
2
reset end_quote_size on both normal and raw modes
#173
isidentical
closed
3 years ago
0
Incorrect parsing of multi-line fstrings
#172
pablogsal
closed
3 years ago
2
fix unicode normalization
#171
isidentical
closed
3 years ago
1
fix error message when conversion is done with wrong characters
#170
isidentical
closed
3 years ago
0
Fix fstring ast locations
#169
lysnikolaou
closed
2 years ago
4
separate raw_expressions / new expressions cursors
#168
isidentical
closed
3 years ago
0
f-string parser: debug expression followed by a normal expression crashes
#167
isidentical
closed
3 years ago
1
f-string parser: Fix new lines
#166
pablogsal
closed
3 years ago
0
allow multiline debug expresisons
#165
isidentical
closed
3 years ago
1
Fix adding empty Constant node after FormattedValue
#164
lysnikolaou
closed
3 years ago
3
f-string parser: Fix error messages in `test_unterminated_string`
#163
pablogsal
opened
3 years ago
4
Next