Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLex

Lexcial Analyzer Generator written in C++. It can generate a simple C99 lexer.

Preprocessor.hpp

Basic file I/O processor, for processing lex.l and y.tab.h.

Regular expressions with []^-?.*+|()${}%<> are converted to the regular expressions with only ()*|$, where label $ is used as the ending symbol of a regular expression.

This part is written by Jiahuan Song.

To be continue...

About

Lex implementing all features described in Dragon Book

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages