r
Filename
Size
Last Commit Date
Commit Message
..
walk
README.md
650
2025/01/29 20:54:50
added README
walk.go
8901
2025/01/29 20:54:44
implemented walkPipeOrSpecialExpression
LICENSE
767
2024/11/25 21:50:17
added LICENSE
README.md
20745
2025/01/26 12:47:03
regen'd README
ast.go
1133
2025/01/08 07:51:17
collect comments at EOF
ast_expression.go
37003
2025/01/26 12:46:51
added type comment for IndexExpression
ast_expression_test.go
251072
2025/01/26 12:45:44
add IndexExpression tests with comments
ast_parser.go
3787
2025/01/17 21:48:28
exported Next method
ast_test.go
8202
2025/01/11 11:29:08
correct test numbers
errors.go
936
2024/12/30 14:16:14
moved errors
format.go
8318
2025/01/12 19:33:07
implemented printType for TokenWhitespaceLineTerminator
format.sh
3108
2025/01/07 07:25:50
correct array printing
format_format.go
8755
2025/01/26 12:31:12
add inbetween type for Index args
format_print.go
14272
2025/01/27 20:08:36
corrected printing of comments after a function declaration arg before a default assignment
format_print_test.go
9216
2025/01/27 20:08:49
added print test for comments after a function declaration arg before a default assignment
format_types.go
20349
2025/01/26 12:45:51
regen'd
go.mod
101
2024/11/28 20:31:49
updated to latest parser package
go.sum
354
2024/11/28 20:31:49
updated to latest parser package
tokeniser.go
8730
2025/01/13 19:26:23
treat newlines in any non-compound grouping as potential whitespace
tokeniser_test.go
16662
2025/01/13 19:26:46
add tests for line terminators in non-compound groupings as potential whitespace
types.go
1340
2025/01/26 12:31:12
add inbetween type for Index args
utils.go
22849
2025/01/05 14:05:35
added func comments
utils_test.go
53838
2025/01/26 12:31:12
add inbetween type for Index args
wrappable.go
1019
2024/12/30 14:15:44
added comment