python
A Python tokeniser and parser.
Filename
Size
Last Commit Date
Commit Message
..
walk
README.md
690
2025/08/07 07:19:14
updated README
walk.go
31903
2025/09/05 07:53:53
update Decorators walk code
LICENSE
767
2024/08/31 22:23:21
added LICENSE
README.md
54363
2025/10/05 11:20:32
updated README
ast.go
1202
2025/09/10 18:45:59
updated comments to include Comment parsing locations
ast_compound.go
37070
2025/10/04 18:24:59
corrected typo
ast_compound_test.go
202145
2025/09/21 08:48:41
added comment test for DefParameter
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
5780
2025/08/20 18:44:35
corrected space parsing for comments
ast_statement.go
27620
2025/10/05 11:20:24
added type comment for IdentifierComments
ast_statement_test.go
73393
2025/10/02 07:36:27
added IdentifierComments tests
ast_test.go
15749
2025/08/31 14:16:03
removed now unused test vars
errors.go
1558
2024/10/27 19:12:15
sorted error list
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
28713
2025/10/02 07:36:45
added comment print test for ModuleAs
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