Exploring re2, doesn't really work

This commit is contained in:
2024-08-07 13:11:19 -03:00
parent e0f697f1f9
commit ff1c0012ec
9 changed files with 324 additions and 23 deletions

5
src/cre2/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all: cre2.o
clean:
rm -f cre2.o
cre2.o: cre2.cpp cre2.h
g++ -O3 -c -o cre2.o cre2.cpp