ezc/src
Tomasz Sowa 542e50d757 added filters:
a new statement [filter]
 syntax:
 [filter funcion_name]....[end]
 everything which is between [filter] and [end] is processed normally and
 at the end it is passed to the function (function_name)
 FunInfo struct has 'in' input stream now



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@333 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-01-26 12:42:49 +00:00
..
Makefile fixed: when Pattern::allow_include was false then nothing was read 2010-02-15 00:19:31 +00:00
Makefile.dep added: Pattern::CacheFunctions(Functions<StreamType> & fun) 2010-11-25 22:39:58 +00:00
Makefile.o.dep added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
ezc.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
functions.h added filters: 2011-01-26 12:42:49 +00:00
funinfo.h added filters: 2011-01-26 12:42:49 +00:00
generator.h added filters: 2011-01-26 12:42:49 +00:00
item.cpp fixed: Item::Item(const Item & i) should clear the item table 2010-12-06 00:22:38 +00:00
item.h added filters: 2011-01-26 12:42:49 +00:00
pattern.cpp added filters: 2011-01-26 12:42:49 +00:00
pattern.h added filters: 2011-01-26 12:42:49 +00:00
stringconv.cpp fixed: performance (memcpy used too often) 2010-11-23 21:59:52 +00:00
stringconv.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
utf8.cpp added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
utf8.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00