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
f-string parser: Fix error messages for missing expressions
#162
pablogsal
opened
3 years ago
0
f-string parser: Update error messages in `test_mismatched_braces` and `test_mismatched_parens`
#161
pablogsal
opened
3 years ago
0
f-string parser: Check what's going on what misformed uncode
#160
pablogsal
closed
1 year ago
1
f-string parser: Fix error messages for `test_conversions`
#159
pablogsal
opened
3 years ago
0
f-string parser: Update parentheses errors
#158
pablogsal
opened
3 years ago
0
f-string parser: Check comments in f-strings
#157
pablogsal
opened
3 years ago
9
f-string parser: Check newlines and backslashes tests
#156
pablogsal
closed
3 years ago
0
f-string parser: Fix test checking ast line numbers
#155
pablogsal
closed
1 year ago
1
f-string parser: Fix "'unicodeescape' codec can't decode bytes in position 0-2: malformed \N character escape"
#154
pablogsal
closed
3 years ago
1
f-string-parser: Fix test_format_specifier_expressions
#153
pablogsal
closed
3 years ago
2
f-string parser: Fix Unrecognized conversion character 103
#152
pablogsal
closed
3 years ago
1
f-string parser: Fix multi-line debug expressions
#151
pablogsal
closed
3 years ago
3
f-string parser: Fix joining f-strings
#150
pablogsal
closed
3 years ago
2
pegen: fold f-string constants and fix string concatenation
#149
FFY00
closed
3 years ago
18
f-string grammar memory leak on constant f-string
#148
FFY00
closed
3 years ago
6
pegen: fix memory leak in deal_with_gstring2
#147
FFY00
closed
3 years ago
1
f-string: some fixes
#145
isidentical
closed
3 years ago
0
build(deps): bump actions/upload-artifact from 2.2.0 to 2.2.4
#144
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/upload-artifact from 2.2.0 to 2.2.3
#143
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/cache from 2.1.2 to 2.1.6
#142
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.3
#141
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/cache from v2.1.2 to v2.1.5
#140
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/cache from v2.1.2 to v2.1.4
#139
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.2
#138
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/cache from v2.1.2 to v2.1.3
#137
dependabot[bot]
closed
3 years ago
2
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1
#136
dependabot[bot]
closed
3 years ago
2
Document the new grammar
#135
pablogsal
closed
3 years ago
4
Remove the old parser
#134
lysnikolaou
closed
4 years ago
3
Operator precedence
#133
gvanrossum
closed
4 years ago
17
Using operator precedence to parse expressions
#132
gvanrossum
closed
4 years ago
16
Group every opcode with its argument, add comment for alternatives, run black and do minor refactors
#131
pablogsal
closed
4 years ago
0
Add vm target to pegen script to generate the vm parser
#130
lysnikolaou
closed
4 years ago
3
Implement soft keywords (hand-written and code generation)
#129
lysnikolaou
closed
4 years ago
1
Using a custom VM for parsing
#128
gvanrossum
closed
4 years ago
22
Fix SyntaxError messages for invalid assignment targets
#127
lysnikolaou
closed
4 years ago
2
Implementation of RAISE_SYNTAX_ERROR_NO_COL_OFFSET seems incorrect
#126
pablogsal
closed
4 years ago
11
Avoid accidental clashes between names in grammar and infrastructure
#125
gvanrossum
closed
4 years ago
4
Supporting feature_version=...
#124
gvanrossum
closed
4 years ago
2
Labeled Exceptions for pegen - Better error-reporting in CPython
#123
lysnikolaou
closed
4 years ago
25
Specialized error messages pegen does not support yet
#122
lysnikolaou
closed
4 years ago
7
Wrong column for invalid string prefix
#121
gvanrossum
closed
4 years ago
13
Merge master
#120
gvanrossum
closed
4 years ago
1
Don't use longjmp and check for the error indicator on every rule
#119
pablogsal
closed
4 years ago
3
No jump
#118
pablogsal
closed
4 years ago
0
Match old parser's message for '(a, *True) = ...'
#117
gvanrossum
closed
4 years ago
1
Use col_offset when raising an E_DEDENT error
#116
lysnikolaou
closed
4 years ago
0
Copy the many fixes from #96, without the essence
#115
gvanrossum
closed
4 years ago
0
Column offsets in nested f-string expressions are wrong
#114
lysnikolaou
closed
4 years ago
4
Failure in test_flufl: '<>' raises SyntaxError even with CO_FUTURE_BARRY_AS_BDFL
#113
lysnikolaou
closed
4 years ago
3
Legacy print with invalid indentation produces wrong error
#112
lysnikolaou
closed
4 years ago
2
Previous
Next