BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Classes | Macros | Typedefs | Enumerations
ch.h File Reference

Character classification (e.g., letter, digit) More...

#include "../base/check.h"

Go to the source code of this file.

Classes

class  ch_c
 

Macros

#define CH_CHARCAST(c)   ((int) ((unsigned char)(c)))
 

Typedefs

typedef enum ch_enum ch_t
 

Enumerations

enum  ch_enum {
  CH_NULL,
  CH_EOF,
  CH_ATOM,
  CH_VAR,
  CH_MINUS,
  CH_DIGIT,
  CH_QUOTE,
  CH_FULLSTOP,
  CH_COMMA,
  CH_LPAREN,
  CH_RPAREN,
  CH_LESS,
  CH_GREATER,
  CH_COLON,
  CH_NOT,
  CH_OR,
  CH_SEMICOLON,
  CH_AND,
  CH_QUEST,
  CH_UNUSED,
  CH_UNDEFINED
}
 

Detailed Description

Character classification (e.g., letter, digit)