implement lexical analysis function for c-minus
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#ifndef _SCAN_H_
|
||||
#define _SCAN_H_
|
||||
#include "globals.h"
|
||||
|
||||
/* MAXTOKENLEN is the maximum size of a token */
|
||||
#define MAXTOKENLEN 40
|
||||
|
||||
Reference in New Issue
Block a user