mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
support for unbounded integers
This commit is contained in:
@@ -13,7 +13,8 @@ struct PGF_INTERNAL_DECL PgfLiteralStr {
|
||||
struct PGF_INTERNAL_DECL PgfLiteralInt {
|
||||
static const uint8_t tag = 1;
|
||||
|
||||
int val;
|
||||
size_t size;
|
||||
uintmax_t val[];
|
||||
} ;
|
||||
|
||||
struct PGF_INTERNAL_DECL PgfLiteralFlt {
|
||||
|
||||
Reference in New Issue
Block a user