Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 300 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 300 Bytes

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