ezc/src
Tomasz Sowa 6b42cdf76e changed: the way how functions' arguments are parsed
now this [fun1 fun2 "something" fun3]
         will call fun1 with three arguments: fun2, "something" and fun3
         and this [fun1 [fun2 "something"] fun3]
         will call fun1 with two arguments: [fun2 "something] and fun3
         "something" is an argument for fun2 function
removed: statements: [if-one] [if-any] [if-no] [if-any-no] [if-one-no]



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@1004 e52654a7-88a9-db11-a3e9-0013d4bc506e
2015-03-08 02:31:21 +00:00
..
Makefile removed: svn:executable atribute from files 2014-11-01 17:14:39 +00:00
Makefile.dep removed: svn:executable atribute from files 2014-11-01 17:14:39 +00:00
Makefile.o.dep removed: svn:executable atribute from files 2014-11-01 17:14:39 +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 changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
cache.h changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
ezc.h changed: a header info in each source file to: 2014-10-17 21:48:11 +00:00
functions.h removed: svn:executable atribute from files 2014-11-01 17:14:39 +00:00
funinfo.h removed: statements: [if-index ...] [is ...] and [is-no ...] 2014-11-02 17:26:56 +00:00
generator.h changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
item.cpp changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
item.h changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
pattern.cpp removed: svn:executable atribute from files 2014-11-01 17:14:39 +00:00
pattern.h removed: svn:executable atribute from files 2014-11-01 17:14:39 +00:00
patternparser.cpp changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00
patternparser.h changed: the way how functions' arguments are parsed 2015-03-08 02:31:21 +00:00