Skip to content

sandredev/Mini-C-Lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build the project

Currently you can build the project just by writing this command in the working directory:

g++ main.cpp src/scanner.cpp src/deterministic_finite_automatas/* -o test

And try your built version (named "test") by changing the content of the test_code.c file and seeing the output.

About

Minimal lexer that identifies and prints the name of each token in simple C source code. Designed for educational and academic purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors