From 705f8dee50e2073a3aba60b03e5c9b86672abd4c Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Tue, 30 Sep 2003 16:04:40 +0000 Subject: Opps - forgot to add the files that did not exist in chaosI! svn path=/trunk/externals/bbogart/chaos/; revision=1052 --- tools/readme-frac-format.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/readme-frac-format.pd (limited to 'tools/readme-frac-format.pd') diff --git a/tools/readme-frac-format.pd b/tools/readme-frac-format.pd new file mode 100644 index 0000000..950f56c --- /dev/null +++ b/tools/readme-frac-format.pd @@ -0,0 +1,22 @@ +#N canvas 171 208 685 432 10; +#X text 31 36 The format of this file is pretty simple (or tries to +be).; +#X text 55 69 Line 1: name - this is used as the 'c' identifier; +#X text 55 81 Line 2: - integer for each +; +#X text 55 93 Line 3-x: - var name and start state; +#X text 55 105 Line y-z: - param data; +#X text 55 131 Line c: '.' - file must end with a single period '.' +; +#X text 33 180 This file is used by 'gen_fractal_framework' to produce +the 'C' source for the external.; +#X text 62 225 ** - The pseudo-code must not have any spaces. Each +line in the pseudo-code is considered to be a single "assignment" statement. +There is no need to worry about creating storage for any intermediate +(calculated) variables \, as that is done by the translation program. +The pseudo-code represents variables and parameters with a '$' before +the variable name. Locals are allowed \, but are preceded with a '#'. +(Locals are used as 'intermediate' \, computed values that are not +retained from iteration to iteration.); +#X text 55 118 Line a-b: - line(s) of frac 'pseudo-code' +**; -- cgit v1.2.1