Skip to content

Commit

Permalink
Modified TODO and Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsonSU committed Dec 5, 2017
1 parent 8e3d80d commit 6847c98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions TODO
@@ -1,18 +1,10 @@
Currently:
- Revise stats and bugs.csv
- Refactor / clean up
- Clean up web interface
- Update python anywhere
- Update Git repository
- Remove degret from make all
- Review enhancements / checking

Enhancements:
- Better duplicated character sets in character set warnings.
- Refactoring for backreferences
- Refactoring for test string generation: rely on Path more and apply evil
string generation to each evil element as appropriate, may make TestString
and the substring mechanism less necessary.
- Better error messages for checker
- Add errors for carets and dollars inside loops such (^abc)+
- String where all optional items (? and *) are not selected.
* Misses single period on \d*\.\d*
- Replace clear alphanumeric strings [\w+] with a word or number.
- Double every punctuation mark.
- Add a space before and after each punctuation mark (separately).
- Remove each space (separately).
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -30,7 +30,7 @@ HDR := CharSet.h Edge.h NFA.h RegexLoop.h RegexString.h ParseTree.h \
Path.h Scanner.h Stats.h TestGenerator.h TestString.h error.h
OBJ := $(patsubst %.cpp, %.o, $(SRC))

all: libegret.a egret_ext degret
all: libegret.a egret_ext

libegret.a: $(OBJ)
ar -r $@ $(OBJ)
Expand Down

0 comments on commit 6847c98

Please sign in to comment.