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
53421
2025/09/10 18:46:24
updated README
ast.go
1202
2025/09/10 18:45:59
updated comments to include Comment parsing locations
ast_compound.go
36518
2025/09/10 18:46:08
updated comments to include Comment parsing locations
ast_compound_test.go
201176
2025/09/10 06:38:49
added additional comment test for FuncDefinition
ast_expression.go
66954
2025/09/10 18:46:12
updated comments to include Comment parsing locations
ast_expression_test.go
300956
2025/09/07 09:07:31
moved type to correct files
ast_parser.go
5780
2025/08/20 18:44:35
corrected space parsing for comments
ast_statement.go
24817
2025/09/10 18:46:18
updated comments to include Comment parsing locations
ast_statement_test.go
67120
2025/09/07 09:07:31
moved type to correct files
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
20859
2025/09/05 07:53:23
regen'd
format_print.go
37492
2025/09/10 06:39:30
print additional comments in empty func params
format_print_test.go
27724
2025/09/10 06:39:45
added additional print test for comments in FuncDefinition
format_types.go
56946
2025/09/09 07:05:36
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
3488
2025/09/05 07:53:23
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