1
0
forked from GitHub/gf-core

implement pre {..}

This commit is contained in:
krangelov
2021-11-25 19:04:35 +01:00
parent 3fd668e525
commit 857e85c8a1
11 changed files with 282 additions and 109 deletions

View File

@@ -53,6 +53,7 @@ public:
void parg(ref<PgfDTyp> ty, ref<PgfPArg> parg);
void lparam(ref<PgfLParam> lparam);
void symbol(PgfSymbol sym);
void symbols(ref<Vector<PgfSymbol>> syms);
virtual PgfExpr eabs(PgfBindType btype, PgfText *name, PgfExpr body);
virtual PgfExpr eapp(PgfExpr fun, PgfExpr arg);