implemented readExpr & readType

This commit is contained in:
krangelov
2021-08-11 22:07:01 +02:00
parent a5008c2fe1
commit 2c1700776e
9 changed files with 151 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ typedef moffset variant;
struct malloc_state;
template<class A> class ref {
template<class A> class PGF_INTERNAL_DECL ref {
private:
moffset offset;