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
16
extern
t_fileLocation
curFileLoc
;
17
20
extern
FILE *
yyin
;
21
25
int
yylex
(
void
);
26
31
#endif
errors.h
Error logging utilities.
t_fileLocation
Structure that represents a location in a file.
Definition
errors.h:19
yyin
FILE * yyin
yylex
int yylex(void)
Definition
scanner.l:31
curFileLoc
t_fileLocation curFileLoc
Definition
scanner.l:11
acse
acse
scanner.h
Generated by
1.11.0