We'll use TokenSeq for everything, including sequences we expect to contain only one token, mainly for consistency but also so that our local "parser" doesn't need to care about whether the main parser is returning one token or many. |
||
---|---|---|
.. | ||
ast.go | ||
doc.go | ||
format.go | ||
native_node_sorter.go | ||
parser_test.go | ||
parser.go | ||
public.go | ||
round_trip_test.go | ||
tokens.go |