changed: Pattern class has been split into two classes: Pattern and PatternParser

in Pattern we have only the tree
         in PatternParser there is the whole logic used to parse a file


git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@969 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-10-11 19:56:48 +00:00
parent fd75a1f119
commit b5faf171e3
10 changed files with 140 additions and 1305 deletions

View File

@@ -3,4 +3,6 @@
item.o: item.h funinfo.h
pattern.o: pattern.h item.h funinfo.h functions.h stringconv.h
pattern.o: ../../pikotools/utf8/utf8.h
patternparser.o: patternparser.h pattern.h item.h funinfo.h functions.h
patternparser.o: stringconv.h ../../pikotools/utf8/utf8.h
stringconv.o: stringconv.h