python
A Python tokeniser and parser.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/18 19:16:20
added CI
walk
README.md
1385
2026/07/09 06:42:25
removed retired links
example_test.go
745
2026/05/10 17:28:32
added simple example
walk.go
31967
2026/07/22 20:24:30
walk Value-only DictItem
walk_test.go
101984
2026/07/21 20:06:46
added test for multiple except expressions
LICENSE
767
2024/08/31 22:23:21
added LICENSE
README.md
1376
2026/07/09 06:42:25
removed retired links
ast.go
1216
2026/05/04 18:45:47
limit break/continue statements to bodies of loops
ast_compound.go
38264
2026/07/21 19:49:46
corrected newlines
ast_compound_test.go
206285
2026/07/21 19:42:08
added additional PEP 758 tests
ast_expression.go
67464
2026/07/22 20:21:57
implemented new set comprehension
ast_expression_test.go
305098
2026/07/22 20:22:05
added tests for new set comprehension
ast_parser.go
5821
2026/05/03 15:43:14
use slices.Contains
ast_statement.go
28708
2026/07/20 20:14:29
updated ImportStatement comment to reflect new 3.15 syntax
ast_statement_test.go
78776
2026/07/20 20:12:08
added tests for non-import statements starting with 'lazy'
ast_test.go
15803
2026/05/04 18:45:47
limit break/continue statements to bodies of loops
errors.go
1618
2026/05/04 18:24:25
renamed error
example_test.go
781
2025/10/18 19:16:24
added example
format.go
6171
2025/09/08 07:20:47
align adjacent comments
format.sh
3199
2025/08/03 11:57:09
corrected formatting
format_format.go
21119
2025/10/01 18:26:49
regen'd
format_print.go
38793
2026/07/22 20:22:17
print set comprehension star
format_print_test.go
30110
2026/07/22 20:22:31
added print tests for new set comprehension
format_types.go
58268
2026/07/21 19:33:18
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
10426
2026/07/21 19:42:29
swap if statement for a switch statement
tokeniser_test.go
28348
2025/07/31 18:15:08
added tokeniser test for whitespace and comments in brackets
types.go
3531
2025/10/01 18:26:49
regen'd
utils.go
13458
2025/08/13 07:34:32
parse comments in NotTest
utils_test.go
38077
2025/08/13 07:34:32
parse comments in NotTest
wrappable.go
924
2025/01/01 21:42:21
removed extra word