BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Static Public Member Functions | List of all members
ch_c Class Reference

Static Public Member Functions

static void init ()
 
static ch_t classify (char c)
 
static bool is_alnum (char c)
 
static bool is_space (char c)
 
static bool is_comment (char c)
 
static bool is_newline (char c)
 
static bool is_quote (char c)
 
static bool is_backslash (char c)
 
static bool is_escape_seq (char c)
 
static bool is_undersc (char c)
 
static int digit_val (char c)
 
static int ord (char c)
 
static int xord (char c)
 

The documentation for this class was generated from the following files: