r
Package r implements an R tokeniser and parser.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/17 18:03:02
added CI
walk
README.md
650
2025/01/29 20:54:50
added README
walk.go
8881
2025/10/17 17:47:19
updated
LICENSE
767
2024/11/25 21:50:17
added LICENSE
README.md
1512
2025/10/17 18:03:11
added better README
ast.go
1170
2025/02/12 21:43:57
added vanity import URL
ast_expression.go
36953
2025/10/17 17:47:03
AssignmentExpression should contain an Expression, not another AssignmentExpression
ast_expression_test.go
255644
2025/10/17 17:54:59
added AssignmentExpression test with an Expression as the assignment
ast_parser.go
3834
2025/02/09 20:22:01
add type comment for Comment type
ast_test.go
8202
2025/01/11 11:29:08
correct test numbers
errors.go
936
2024/12/30 14:16:14
moved errors
example_test.go
836
2025/10/17 18:03:07
added example
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
14252
2025/10/17 17:47:03
AssignmentExpression should contain an Expression, not another AssignmentExpression
format_print_test.go
9305
2025/10/17 17:56:10
added expression assignment print test
format_types.go
20309
2025/10/17 17:47:11
regen'd
go.mod
89
2025/10/17 18:02:51
update parser package
go.sum
354
2025/10/17 18:02:51
update parser package
tokeniser.go
8634
2025/06/10 07:13:35
renamed tokenDepth -> state
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
22839
2025/10/17 17:47:03
AssignmentExpression should contain an Expression, not another AssignmentExpression
utils_test.go
54061
2025/10/17 17:47:03
AssignmentExpression should contain an Expression, not another AssignmentExpression
wrappable.go
1019
2024/12/30 14:15:44
added comment