reading & showing unicode identifiers

This commit is contained in:
krangelov
2021-08-27 14:44:42 +02:00
parent 41ef5f9539
commit 3e7d80bf30
5 changed files with 80 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ public:
// it will be allocated automatically.
void nprintf(size_t buf_size, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
void print_name(PgfText *name);
PgfText *get_text();
virtual PgfExpr eabs(PgfBindType btype, PgfText *name, PgfExpr body);