egate.git
29 years agoInitial revision
Adam Dickmeiss [Thu, 9 Feb 1995 17:27:10 +0000 (17:27 +0000)]
Initial revision

29 years agoFML can be called from the outside multiple times by the functions:
Adam Dickmeiss [Thu, 9 Feb 1995 16:06:04 +0000 (16:06 +0000)]
FML can be called from the outside multiple times by the functions:
fml_exec_call and fml_exec_call_str.
An interactive parameter (-i) to fmltest starts a shell-like
interface to FML by using the fml_exec_call_str function.

29 years agoRemoved .depend from cvs. Removed function fml_mk_list.
Adam Dickmeiss [Thu, 9 Feb 1995 14:37:18 +0000 (14:37 +0000)]
Removed .depend from cvs. Removed function fml_mk_list.

29 years agoSplit source fml.c and define relevant build-in functions in separate
Adam Dickmeiss [Thu, 9 Feb 1995 14:33:35 +0000 (14:33 +0000)]
Split source fml.c and define relevant build-in functions in separate
files. New operators mult, div, not, llen implemented.

29 years agoNodes are freed now. Many bugs fixed.
Adam Dickmeiss [Thu, 9 Feb 1995 13:07:14 +0000 (13:07 +0000)]
Nodes are freed now. Many bugs fixed.

29 years agoThe \ character is no longer INCLUDED when terminating a token.
Adam Dickmeiss [Tue, 7 Feb 1995 16:09:23 +0000 (16:09 +0000)]
The \ character is no longer INCLUDED when terminating a token.
Major changes in tokenization routines. Bug fixes in expressions
with lists (fml_sub0).

29 years agoAdded some more relational operators (le,ne,ge). Added increment
Adam Dickmeiss [Mon, 6 Feb 1995 15:23:25 +0000 (15:23 +0000)]
Added some more relational operators (le,ne,ge). Added increment
and decrement operators. Function index changed, so that first
element is 1 - not 0. Function fml_atom_val edited.

29 years agoInitial revision
Adam Dickmeiss [Mon, 6 Feb 1995 13:48:09 +0000 (13:48 +0000)]
Initial revision