did stuff, done stuff
This commit is contained in:
parent
4a8fb259dc
commit
62a4f377a1
37 changed files with 325 additions and 399 deletions
|
|
@ -28,7 +28,7 @@ Length ts_stack_position(const t_stack *self, t_stack_version version)
|
|||
return (array_get(&self->heads, version)->node->position);
|
||||
}
|
||||
|
||||
Subtree ts_stack_last_external_token(const t_stack *self,
|
||||
t_subtree ts_stack_last_external_token(const t_stack *self,
|
||||
t_stack_version version)
|
||||
{
|
||||
return (array_get(&self->heads, version)->last_external_token);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue