Cthulhu  0.2.10
Cthulhu compiler collection
scan.c File Reference
#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>
Include dependency graph for scan.c:

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)
 

Function Documentation

◆ ctu_parse_digit()

void ctu_parse_digit ( scan_t scan,
where_t  where,
ctu_integer_t integer,
const char *  str,
int  len,
size_t  base 
)

Definition at line 15 of file scan.c.

◆ ctuerror()

void ctuerror ( where_t where,
void *  state,
scan_t scan,
const char *  msg 
)

Definition at line 62 of file scan.c.