FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for parser/src/parser.rs - RustPython/Parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
Parser
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
116
Code
Issues
36
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Parser
parser
src
parser.rs
on
main
User selector
Datepicker
Commit history
Commits on Jul 17, 2023
Add parsing of type alias statements i.e. the `type` keyword (#97)
Show description for 704eb40
zanieb
authored
704eb40
View commit details
Copy full SHA for 704eb40
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
Parse type parameters in function definitions (#96)
Show description for 6980037
zanieb
authored
6980037
View commit details
Copy full SHA for 6980037
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Consolidate tests and add coverage for trailing comma
zanieb
committed
3ec64e1
View commit details
Copy full SHA for 3ec64e1
View code at this point
Browse repository at this point
Add bound to test case `test_parse_class_with_all_possible_generic_types`
zanieb
committed
e0a8f5b
View commit details
Copy full SHA for e0a8f5b
View code at this point
Browse repository at this point
Add test for tuple bounds
zanieb
committed
b06b266
View commit details
Copy full SHA for b06b266
View code at this point
Browse repository at this point
Remove test for empty generic `class Foo[]: ...`
Show description for 76a3245
zanieb
committed
76a3245
View commit details
Copy full SHA for 76a3245
View code at this point
Browse repository at this point
Parse type parameters in class definitions
zanieb
committed
d923aa9
View commit details
Copy full SHA for d923aa9
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Replace num-bigint with malachite-bigint (#18)
Show description for a2e3209
qingshi163
and
youknowone
authored
a2e3209
View commit details
Copy full SHA for a2e3209
View code at this point
Browse repository at this point
Commits on May 31, 2023
New Arguments and Arg/ArgWithDefault AST representation (#59)
youknowone
authored
fdec727
View commit details
Copy full SHA for fdec727
View code at this point
Browse repository at this point
Parse for expr and stmt variants + identifier, constant (#78)
youknowone
authored
3fbf4f6
View commit details
Copy full SHA for 3fbf4f6
View code at this point
Browse repository at this point
Commits on May 28, 2023
Parse Trait (#71)
youknowone
authored
4de0cb1
View commit details
Copy full SHA for 4de0cb1
View code at this point
Browse repository at this point
Commits on May 15, 2023
Add full-lexer feature (#36)
youknowone
authored
27e3873
View commit details
Copy full SHA for 27e3873
View code at this point
Browse repository at this point
Move `range` from `Attributed` to `Node`s (#22)
Show description for 192379c
MichaReiser
and
youknowone
authored
192379c
View commit details
Copy full SHA for 192379c
View code at this point
Browse repository at this point
Commits on May 10, 2023
parse_expression{=>_starts}_at
youknowone
committed
822cac5
View commit details
Copy full SHA for 822cac5
View code at this point
Browse repository at this point
Let `located` only for python located stuff
youknowone
committed
1d366d5
View commit details
Copy full SHA for 1d366d5
View code at this point
Browse repository at this point
numerous refactoring
Show description for a3d9d8c
youknowone
committed
a3d9d8c
View commit details
Copy full SHA for a3d9d8c
View code at this point
Browse repository at this point
Commits on May 8, 2023
Separate byteoffset ast and located ast
youknowone
committed
a14e43e
View commit details
Copy full SHA for a14e43e
View code at this point
Browse repository at this point
Commits on May 7, 2023
Rename compiler Location to TextSize
youknowone
committed
f47dfca
View commit details
Copy full SHA for f47dfca
View code at this point
Browse repository at this point
Replace row/column based Location with byte-offsets.
MichaReiser
authored and
youknowone
committed
58c35ab
View commit details
Copy full SHA for 58c35ab
View code at this point
Browse repository at this point
Refactor ast to hold data as seperated type
youknowone
committed
6d73580
View commit details
Copy full SHA for 6d73580
View code at this point
Browse repository at this point
Commits on May 6, 2023
Update lalrpop to 0.20.0
youknowone
committed
39b2dbe
View commit details
Copy full SHA for 39b2dbe
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Update cspell for compiler
youknowone
committed
f9b5469
View commit details
Copy full SHA for f9b5469
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Treat match and case as soft keywords in lambda assignments (#4623)
charliermarsh
authored
55fc0e8
View commit details
Copy full SHA for 55fc0e8
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
Custom marshal enc/decoding impl
coolreader18
committed
b80bbec
View commit details
Copy full SHA for b80bbec
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
Allow type variable tuple for *args
charliermarsh
committed
0d7b948
View commit details
Copy full SHA for 0d7b948
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
Merge pull request #4543 from youknowone/flatten-parser
Show description for a19f294
youknowone
authored
a19f294
View commit details
Copy full SHA for a19f294
View code at this point
Browse repository at this point
Allow trailing commas in MappingPattern
charliermarsh
committed
b61f4d7
View commit details
Copy full SHA for b61f4d7
View code at this point
Browse repository at this point
Flatten rustpython_parser interface
youknowone
committed
cb8c6fb
View commit details
Copy full SHA for cb8c6fb
View code at this point
Browse repository at this point
make_tokenizer -> lex to integrate terms
Show description for 8580e4e
youknowone
committed
8580e4e
View commit details
Copy full SHA for 8580e4e
View code at this point
Browse repository at this point
Break down rustpython_parser::error module
Show description for 1511b66
youknowone
committed
1511b66
View commit details
Copy full SHA for 1511b66
View code at this point
Browse repository at this point
Always wrap in SoftKeywordTransformer
charliermarsh
committed
2a8aa6f
View commit details
Copy full SHA for 2a8aa6f
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
Merge pull request #4519 from charliermarsh/charlie/match
Show description for c137bc9
DimitrisJim
authored
c137bc9
View commit details
Copy full SHA for c137bc9
View code at this point
Browse repository at this point
Merge pull request #4531 from charliermarsh/charlie/exception-groups
Show description for 60180fd
youknowone
authored
60180fd
View commit details
Copy full SHA for 60180fd
View code at this point
Browse repository at this point
Implement except* syntax
charliermarsh
authored and
youknowone
committed
c7ed645
View commit details
Copy full SHA for c7ed645
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
Allow starred expressions in subscripts
charliermarsh
committed
8aa3bc9
View commit details
Copy full SHA for 8aa3bc9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL