python
A Python tokeniser and parser.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2024/08/31 22:23:21
added LICENSE
-
README.md
44104
2024/11/22 18:39:12
added README
-
ast.go
765
2024/11/22 18:38:46
added package comment
-
ast_compound.go
37487
2024/11/22 18:37:47
added type comments
-
ast_compound_test.go
196077
2024/11/08 08:27:36
corrected test numbers
-
ast_expression.go
29729
2024/11/22 18:37:51
added type comments
-
ast_expression_test.go
129018
2024/11/08 08:28:41
corrected test numbers
-
ast_parser.go
3956
2024/11/21 21:25:04
Added type/method comments.
-
ast_statement.go
32382
2024/11/22 18:37:56
added type comments
-
ast_statement_test.go
122632
2024/11/07 07:33:52
added error test for YieldExpression
-
ast_test.go
13059
2024/11/21 21:06:34
added error unwrap test
-
errors.go
1558
2024/10/27 19:12:15
sorted error list
-
format.go
3761
2024/11/21 21:28:44
added method comments
-
format.sh
2850
2024/10/28 22:18:29
no need for subshells
-
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
25994
2024/11/15 17:48:36
corrected non-verbose printing of DictDisplay
-
format_print_test.go
16302
2024/11/15 17:52:36
added missing print tests for Enclosure
-
format_types.go
47277
2024/11/13 20:55:31
regen'd
-
go.mod
94
2024/07/26 21:40:00
updated to latest parser version
-
go.sum
354
2024/07/26 21:40:00
updated to latest parser version
-
tokeniser.go
10618
2024/11/21 21:31:40
added comments
-
tokeniser_test.go
27065
2024/11/21 21:00:07
add tokeniser test for invalid delimiter
-
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
13355
2024/11/21 21:39:07
added func comments
-
utils_test.go
38002
2024/11/20 21:30:34
added Unquote test with invalid string opening
-
wrappable.go
927
2024/11/21 21:42:10
added type comment