Upodated stuff

This commit is contained in:
Maieul BOYER 2024-09-01 18:50:47 +00:00
parent a8b09ab55a
commit 8be7417a61
43 changed files with 812 additions and 94973 deletions

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
// In general,
// we preserve ambiguities until they are removed from the stack

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
bool ts_stack_is_active(const t_stack *self, t_stack_version version)
{

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
t_u32 ts_stack_error_cost(const t_stack *self, t_stack_version version)
{

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
bool stack__subtree_is_equivalent(t_subtree left, t_subtree right)
{

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
t_u32 ts_stack_version_count(const t_stack *self)
{

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
#include "parser/stack.h"
t_stack_slice_array stack__iter(t_stack *self, t_stack_version version,

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
#include "parser/stack.h"
t_stack *ts_stack_new(void)

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
#include "parser/language.h"
void ts_stack_push(t_stack *self, t_stack_version version, t_subtree subtree,

View file

@ -12,7 +12,7 @@
#include "me/types.h"
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
bool ts_stack_merge(t_stack *self, t_stack_version version1,
t_stack_version version2)

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
t_stack_action pop_error_callback(void *payload,
const t_stack_iterator *iterator)

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
#include "parser/language.h"
#include "parser/stack.h"

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
t_stack_action summarize_stack_callback(void *payload,
const t_stack_iterator *iterator)

View file

@ -11,7 +11,7 @@
/* ************************************************************************** */
#include "parser/stack.h"
#include "parser/_inner/stack.h"
#include "parser/inner/stack.h"
void ts_stack_remove_version(t_stack *self, t_stack_version version)
{