Cthulhu  0.2.10
Cthulhu compiler collection
ctu_integer_t Struct Reference

#include <ast.h>

Data Fields

mpz_t value
 
digit_t digit
 
sign_t sign
 

Detailed Description

Definition at line 15 of file ast.h.

Field Documentation

◆ digit

digit_t ctu_integer_t::digit

Definition at line 17 of file ast.h.

◆ sign

sign_t ctu_integer_t::sign

Definition at line 18 of file ast.h.

◆ value

mpz_t ctu_integer_t::value

Definition at line 16 of file ast.h.


The documentation for this struct was generated from the following file: