Skip to content
/ Fexer Public

Lexer Implementation from Deterministic Finite Automata

License

Notifications You must be signed in to change notification settings

imrraaj/Fexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fexer

Lexer Implementation from Deterministic Finite Automata


Class of Theory of Computation

Raj Patel (20BCE218)

To Execute

g++ main.cpp -o main -Wall -Wextra -pedantic -std=c++20

and then run

./main [filename]

For example

 ./main test/test.c

About

Lexer Implementation from Deterministic Finite Automata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published