pretty printing for expressions and types

This commit is contained in:
krangelov
2021-08-26 15:46:16 +02:00
parent 07bda06fb2
commit 275addfcbe
11 changed files with 572 additions and 11 deletions

View File

@@ -169,4 +169,6 @@ public:
bool eof();
};
PGF_INTERNAL_DECL extern PgfText wildcard;
#endif /* EXPR_H_ */