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
1530
2026/05/10 17:28:39
added better README
example_test.go
745
2026/05/10 17:28:32
added simple example
walk.go
31871
2026/05/10 17:19:32
limit walkComprehensionIterator to walking valid structure
walk_test.go
101715
2026/05/17 19:23:22
corrected typos
LICENSE
767
2024/08/31 22:23:21
added LICENSE
README.md
1521
2026/01/16 20:15:11
corrected typo
ast.go
1216
2026/05/04 18:45:47
limit break/continue statements to bodies of loops
ast_compound.go
38077
2026/05/09 21:57:57
removed extra newline
ast_compound_test.go
202447
2026/05/04 18:45:47
limit break/continue statements to bodies of loops
ast_expression.go
66673
2025/10/05 11:16:27
moved StatementType to correct file
ast_expression_test.go
301318
2025/09/30 07:17:40
added comment test for comments after '*' in StarredOrKeyword
ast_parser.go
5821
2026/05/03 15:43:14
use slices.Contains
ast_statement.go
28108
2026/05/09 21:56:26
added missing empty line
ast_statement_test.go
74477
2026/05/08 20:15:56
added YieldExpression in AssignmentExpression error test when not in a function
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
38424
2025/10/02 07:36:38
print comments in ModuleAs
format_print_test.go
29113
2026/05/04 18:45:47
limit break/continue statements to bodies of loops
format_types.go
57950
2025/10/02 07:36:16
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
10443
2025/09/07 11:54:44
no need to keep checking ident type, when we've already discovered it
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