|
coan 4.2.4
|
#include "bool.h"

Go to the source code of this file.
Defines | |
| #define | IF "if" |
| #define | IFDEF "ifdef" |
| #define | IFNDEF "ifndef" |
| #define | ELSE "else" |
| #define | ELIF "elif" |
| #define | ENDIF "endif" |
| #define | DEFINE "define" |
| #define | UNDEF "undef" |
| #define | INCLUDE "include" |
| #define | PRAGMA "pragma" |
| #define | ERROR "error" |
| #define | DEFINED "defined" |
| #define | BOOLEAN_OR "||" |
| #define | BOOLEAN_AND "&&" |
| #define | BIT_OR "|" |
| #define | BIT_XOR "^" |
| #define | BIT_AND "&" |
| #define | EQ "==" |
| #define | NEQ "!=" |
| #define | LE "<=" |
| #define | GE ">=" |
| #define | LESS "<" |
| #define | GREATER ">" |
| #define | LSHIFT "<<" |
| #define | RSHIFT ">>" |
| #define | ADD "+" |
| #define | SUBTRACT "-" |
| #define | MULTIPLY "*" |
| #define | DIV "/" |
| #define | MOD "%" |
Functions | |
| bool | match_keyword (char const **ptxt, char const *keyword) |
| bool | match_op (char const **ptxt, char const *op) |
This file provides the Lexicon component interface.
Definition in file lexicon.h.