ACSE 2.0.2
Advanced Compiler System for Education (basic documentation)
Loading...
Searching...
No Matches
scanner.l File Reference

The Flex file describing the tokens used by the LANCE language. More...

#include <string.h>
#include "list.h"
#include "scanner.h"
#include "parser.h"
#include "parser.tab.h"

Go to the source code of this file.

Functions

int yylex (void)
 

Variables

t_fileLocation curFileLoc = {NULL, -1}
 

Detailed Description

The Flex file describing the tokens used by the LANCE language.

Definition in file scanner.l.