ezc/src
Tomasz Sowa 03fe124ad9 fixed: function and blocks were incorrectly cached
(now we have a tree in Item::Function.parameters too
        and we should go through that tree as well)
fixed: in Generator: Item::Function.par should be cleared
       only if Item::Function.name is not empty
changed: in Generator: use method 'write' of an output stream
       instead of operator<<
added: Clear() method to Blocks class
changed: in Generator
       Generator has its own Vars class now
       we don't need SetVars() method
added: to Generator:
       void CanUseCache(bool can_use_cache);
       // set whether or not we can use cache for functions or blocks
       // true by default

       void CanUseVars(bool can_use_variables);
       // set whether or not we can use variables: [def ...] statement
       // true by default





git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@977 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-10-19 21:09:34 +00:00
..
Makefile changed: Pattern class has been split into two classes: Pattern and PatternParser 2014-10-11 19:56:48 +00:00
Makefile.dep removed: AssignString() functions 2014-10-19 05:46:49 +00:00
Makefile.o.dep removed: AssignString() functions 2014-10-19 05:46:49 +00:00
blocks.cpp fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
blocks.h fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
cache.cpp fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
cache.h fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
ezc.h changed: a header info in each source file to: 2014-10-17 21:48:11 +00:00
functions.h fixed: a 'typename' keywords were missing in some places 2014-10-17 22:14:28 +00:00
funinfo.h changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
generator.h fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
item.cpp changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
item.h changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
pattern.cpp changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
pattern.h changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
patternparser.cpp changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
patternparser.h changed: SetCommentary() methods from Pattern were moved to PatternParser and Generator 2014-10-19 05:42:25 +00:00
vars.cpp fixed: function and blocks were incorrectly cached 2014-10-19 21:09:34 +00:00
vars.h changed: a header info in each source file to: 2014-10-17 21:48:11 +00:00