ezc/src
Tomasz Sowa 787b5e99b2 changed: in Generator:
now we have a stack item for all statements [if...] [normal_fun] etc.
         previously was only for [for ...] statements
changed: FunInfo<> has a pointer to the current stack item
changed: now we have a static number of stack items (default: 300)
         so you can remember a pointer to a stack item and this pointer 
         is always valid


git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@393 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-02-27 17:39:46 +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 changed: in Generator: 2012-02-27 17:39:46 +00:00
generator.h changed: in Generator: 2012-02-27 17:39:46 +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