ACSE 2.0.2
Advanced Compiler System for Education (basic documentation)
Loading...
Searching...
No Matches
scanner.h
Go to the documentation of this file.
1
3
4#ifndef SCANNER_H
5#define SCANNER_H
6
7#include <stdio.h>
8#include "errors.h"
9
17
20extern FILE *yyin;
21
25int yylex(void);
26
31#endif
Error logging utilities.
Structure that represents a location in a file.
Definition errors.h:19
FILE * yyin
int yylex(void)
Definition scanner.l:31
t_fileLocation curFileLoc
Definition scanner.l:11