|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "ctu/scan.h"#include "arena/arena.h"#include "ctu/ast.h"#include "scan/node.h"#include "cthulhu/broker/scan.h"#include "cthulhu/events/events.h"#include "std/str.h"#include <gmp.h>
Go to the source code of this file.
Functions | |
| void | ctu_parse_digit (scan_t *scan, where_t where, ctu_integer_t *integer, const char *str, int len, size_t base) |
| void | ctuerror (where_t *where, void *state, scan_t *scan, const char *msg) |
| void ctu_parse_digit | ( | scan_t * | scan, |
| where_t | where, | ||
| ctu_integer_t * | integer, | ||
| const char * | str, | ||
| int | len, | ||
| size_t | base | ||
| ) |