mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
when linearizing missing functions with brackets, the name of the function should still be reported
This commit is contained in:
@@ -18,6 +18,7 @@ typedef enum {
|
||||
PGF_CNC_TREE_APP,
|
||||
PGF_CNC_TREE_CHUNKS,
|
||||
PGF_CNC_TREE_LIT,
|
||||
PGF_CNC_TREE_LINDEF
|
||||
} PgfCncTreeTag;
|
||||
|
||||
typedef struct {
|
||||
@@ -50,6 +51,19 @@ typedef struct {
|
||||
PgfLiteral lit;
|
||||
} PgfCncTreeLit;
|
||||
|
||||
typedef struct {
|
||||
PgfCId abs_id;
|
||||
|
||||
PgfCCat* ccat;
|
||||
PgfCncFun* fun;
|
||||
int fid;
|
||||
|
||||
size_t n_vars;
|
||||
PgfPrintContext* context;
|
||||
|
||||
GuString str;
|
||||
} PgfCncTreeLinDef;
|
||||
|
||||
#endif
|
||||
|
||||
/// An enumeration of #PgfCncTree trees.
|
||||
|
||||
Reference in New Issue
Block a user