mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
pretty printing for expressions and types
This commit is contained in:
@@ -473,7 +473,7 @@ uintptr_t PgfExprParser::parse_arg()
|
||||
return arg;
|
||||
}
|
||||
|
||||
PgfText wildcard = {size: 1, text: {'_','0'}};
|
||||
PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_','0'}};
|
||||
|
||||
PgfBind *PgfExprParser::parse_bind(PgfBind *next)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user