Canola
0.8.D001
|
#include <lib/ac/stdio.h>
#include <libexplain/getchar.h>
#include <libexplain/output.h>
#include <libexplain/ungetc.h>
#include <lib/number.h>
#include <test_number/lex.h>
#include <test_number/grammar.yacc.h>
Go to the source code of this file.
Functions | |
void | lex_end (void) |
static bool | have (char c) |
int | grammar_lex (void) |
void | grammar_error (const char *text) |
Variables | |
static int | number_of_errors |
static int | line_number = 1 |
static bool | prev_was_eoln |
void grammar_error | ( | const char * | text | ) |
int grammar_lex | ( | void | ) |
int line_number = 1 [static] |
int number_of_errors [static] |
bool prev_was_eoln [static] |