You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project to create a regex engine in C. Work in progress
Compile by navigating to the src folder and typing:
gcc *.c -o a
And run the program by typing "./a"