Add showExpr and tests for it using variable expressions

This commit is contained in:
John J. Camilleri
2021-09-14 00:18:45 +02:00
parent 9e3d329528
commit be5751060a
4 changed files with 49 additions and 8 deletions

View File

@@ -6,6 +6,8 @@
#include <pgf/pgf.h>
PgfText *PyUnicode_AsPgfText(PyObject *pystr);
extern PgfUnmarshaller unmarshaller;
extern PgfMarshaller marshaller;