Skip to content

First phase of a simple compiler is lexical analyzing. It means that it has to tokenize input source code. This project implements that, and get each token and its properties from a C++ code.

Notifications You must be signed in to change notification settings

hitabm/cpp-lexical-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

First phase of a simple compiler is lexical analyzing. It means that it has to tokenize input source code. This project implements that, and get each token and its properties from a C++ code.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages