ezc/src
Tomasz Sowa 4480268172 added: two flags to FunInfo<> struct:
// indicates that this function is from [for ...] statement
       bool is_for;

       // indicates that this function is from [for ...] statement
       // and this is a first iteration (iter=0 too)
       // this is only for convenience -- you don't have to check is_for and iter==0
       bool is_for_first_iter;



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@380 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-17 22:57:06 +00:00
..
Makefile updated Makefile 2012-01-12 03:20:01 +00:00
Makefile.dep updated Makefile 2012-01-12 03:20:01 +00:00
Makefile.o.dep now ezc is using 'pikotools' (utf8) 2012-01-12 02:32:04 +00:00
ezc.h now ezc is using 'pikotools' (utf8) 2012-01-12 02:32:04 +00:00
functions.h added: methods Begin() and End() to Functions<> 2012-01-06 12:05:10 +00:00
funinfo.h added: two flags to FunInfo<> struct: 2012-01-17 22:57:06 +00:00
generator.h added: two flags to FunInfo<> struct: 2012-01-17 22:57:06 +00:00
item.cpp changed: [is...] statements use only the output string now (when comparing) 2011-04-26 17:17:06 +00:00
item.h added filters: 2011-01-26 12:42:49 +00:00
pattern.cpp now ezc is using 'pikotools' (utf8) 2012-01-12 02:32:04 +00:00
pattern.h now ezc is using 'pikotools' (utf8) 2012-01-12 02:32:04 +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