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
1517
2026/05/16 20:01:54
added new README
walk.go
11419
2026/05/15 08:39:22
corrected passing of pointer in walkCall
walk_test.go
32980
2026/05/16 20:01:47
corrected typos
LICENSE
767
2024/11/25 21:50:17
added LICENSE
README.md
1512
2026/01/16 20:15:59
corrected typo
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
3828
2026/05/12 07:46:14
use slices.Contains
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
8302
2026/05/12 07:46:27
use any instead of empty interface
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