python
A Python tokeniser and parser.
Filename
Size
Last Commit Date
Commit Message
..
walk
README.md
685
2025/02/07 21:22:21
added README
walk.go
31677
2025/02/07 21:23:59
removed unused param names
LICENSE
767
2024/08/31 22:23:21
added LICENSE
README.md
43986
2025/01/04 15:18:55
regen'd README
ast.go
947
2025/02/18 21:46:43
added vanity URL
ast_compound.go
37981
2025/02/11 23:02:35
parse comments in TargetLists
ast_compound_test.go
200054
2025/02/11 23:02:43
add tests for comments in TargetLists
ast_expression.go
30516
2025/02/10 19:38:04
parse comments at the beginning and end of Enclosures
ast_expression_test.go
132793
2025/02/10 19:38:14
add tests for comments at the beginning and end of Enclosures
ast_parser.go
4783
2025/02/25 18:12:15
renamed reciever var name to match
ast_statement.go
32738
2025/02/10 19:39:11
TypeParams can be empty
ast_statement_test.go
124074
2025/02/10 19:39:26
add tests for empty TypeParams
ast_test.go
14818
2025/02/08 18:56:46
add tests for comments at the end of SimpleStatements
errors.go
1558
2024/10/27 19:12:15
sorted error list
format.go
4317
2025/02/08 18:30:20
added printing for Comments
format.sh
3173
2025/02/08 18:34:07
update format script to handle arrays
format_format.go
20626
2024/10/28 21:56:22
looks like Python 3.12.7+ spec is incorrect when it comes to starred expressions, reverted to 3.12.6 spec
format_print.go
27089
2025/02/11 23:02:55
print comments in TargetLists
format_print_test.go
17907
2025/02/11 23:03:02
add test for printing comments in TargetLists
format_types.go
47979
2025/02/11 23:02:48
regen'd
go.mod
92
2024/11/28 20:29:01
updated to latest parser package
go.sum
531
2024/11/28 20:29:01
updated to latest parser package
tokeniser.go
10490
2025/02/23 17:39:50
corrected typo
tokeniser_test.go
27194
2025/02/08 18:51:53
parse line terminators separately, for easier comment parsing
types.go
3454
2024/10/28 21:56:22
looks like Python 3.12.7+ spec is incorrect when it comes to starred expressions, reverted to 3.12.6 spec
utils.go
13398
2025/01/04 15:18:37
corrected comment for UnwrapConditional
utils_test.go
38002
2024/11/20 21:30:34
added Unquote test with invalid string opening
wrappable.go
924
2025/01/01 21:42:21
removed extra word