Dave Halter
|
164489cf97
|
Remove the u function and u literals
|
2020-07-24 01:39:03 +02:00 |
|
Batuhan Taskaya
|
e0dc415bbc
|
Extend annotated assignment rule's RHS
|
2020-05-26 01:10:04 +03:00 |
|
Batuhan Taskaya
|
345374d040
|
Allow 'any' expression on decorators, PEP 614
|
2020-05-22 10:17:17 +02:00 |
|
Dave Halter
|
ecbe2b9926
|
Add positional only arguments to grammar
|
2019-06-09 21:15:03 +02:00 |
|
Dave Halter
|
a7aa23a7f0
|
Parse named expressions
|
2019-06-02 23:34:37 +02:00 |
|
Dave Halter
|
ab027885c7
|
Refactor splitlines -> split_lines.
|
2017-08-15 19:54:21 +02:00 |
|
Dave Halter
|
3c961e2b70
|
Rename .params to .get_params().
|
2017-08-06 17:29:29 +02:00 |
|
Dave Halter
|
b1dabc8596
|
Add the each_version fixture to a lot more parser tests.
|
2017-07-12 23:09:21 +02:00 |
|
Dave Halter
|
161c51b050
|
Fix some issues.
|
2017-07-12 23:00:37 +02:00 |
|
Dave Halter
|
75d41c09cd
|
Trying to run more tests in all versions against all versions.
|
2017-07-12 09:37:47 +02:00 |
|
Dave Halter
|
e82976fb37
|
Fix a 27 issue.
|
2017-06-02 00:16:53 +02:00 |
|
Dave Halter
|
be54401388
|
Fix some stuff that caused issues in Jedi.
|
2017-06-02 00:15:37 +02:00 |
|
Dave Halter
|
b1b165c21e
|
Actually pass the tests again with removed remove_last_newline.
|
2017-06-01 18:29:52 +02:00 |
|
Dave Halter
|
814b16cc6c
|
Remove the remove_newline hack and build that stuff into error recovery instead.
Tests are passing except for diff parser tests.
|
2017-05-31 21:24:24 +02:00 |
|
Dave Halter
|
6283577bc3
|
Actually implement the load_grammar properly.
|
2017-05-25 16:45:29 -04:00 |
|
Dave Halter
|
333046c253
|
load_python_grammar -> load_grammar.
|
2017-05-25 13:28:24 -04:00 |
|
Dave Halter
|
f2c257d7dd
|
Move the utility function parse to the __init__ script.
|
2017-05-24 00:08:58 -04:00 |
|
Dave Halter
|
7d3438c94d
|
Move the parse function to the grammar.
|
2017-05-22 14:06:40 -04:00 |
|
Dave Halter
|
23d1470618
|
Add a more API focused grammar.
This makes it so we don't have to expose all the details of a pgen grammar to the user.
|
2017-05-21 17:02:15 -04:00 |
|
Dave Halter
|
9b4bd34425
|
Use normal functions for some more tests.
|
2017-05-19 10:18:04 -04:00 |
|
Dave Halter
|
c1010008af
|
Refactor code to allow only keyword-only arguments to the main function.
|
2017-05-18 17:16:42 -04:00 |
|
Dave Halter
|
206dfd113b
|
Use jedi less in the tests.
|
2017-05-15 13:53:30 -04:00 |
|
Dave Halter
|
7445c303e3
|
A test suite imported from jedi.
|
2017-05-11 09:43:37 -04:00 |
|