Skip to content

Mark-Song0618/PROJ_Lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USAGE:

This is a lexer to recognize c language tokens.

Entrance function is :

``bool LEXER_EXPORT ParseFile(const char* fileName, Token* tokens, unsigned maxToken);``

Given src path, token buffer and capacity, It will parse the .c file and store tokens at the buffer. If parsed without error, it will return true. Otherwise it returns false.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors