comparison tests/agcl/ffcalc/README @ 0:13d2b8934445

Import AnaGram (near-)release tree into Mercurial.
author David A. Holland
date Sat, 22 Dec 2007 17:52:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13d2b8934445
1
2 ffc.syn is the base version of ffcalc.syn from the examples.
3 ffc-d.syn sets "distinguish lexemes"
4 ffc-r.syn sets "reentrant parser"
5 ffc-re.syn sets "reentrant parser" and "event driven"
6 ffc-rp.syn sets "reentrant parser" and "pointer input"
7 ffc-t.syn sets "traditional engine"
8 ffc-w.syn sets "wrapper"
9 ffc-wa.syn sets "wrapper", "auto resynch", and "error frame"
10
11 ffcx.syn is the base version of ffcalcx.syn from the examples.
12 ffcx-t.syn sets "traditional engine"
13
14 ffcm.syn is some weirdly mangled version of ffcalc
15 ffcm-a.syn is a small modification to it
16 ffcm-b.syn is a larger modification to it
17
18 ffcs-t.syn uses different syntax (and sets "traditional engine")
19
20 number.h is used by ffc-w and ffc-wa.
21
22 input/test.ffc is the test file from the examples.
23 input/test2.ffc is a version with a few more things.
24 input/test3.ffc is a version with different spacing.
25 input/test4.ffc is a version of test3 with a syntax error.
26