12enum ParseBlockInstruction
43typedef struct UBlockParser UBlockParser;
52 void (*report)(UBlockParser*, int,
const UCell*,
const UCell*);
61int ur_parseBlockI( UBlockParser* par,
const uint8_t* pc,
const UCell* it );
A cell holds a single value of a simple type or a reference (often to a UBuffer) for a complex type.
Definition urlan.h:248
The Urlan programmer interface.