niveau0
Download the 32 bits interpreter.
Then, for a 64 bit machine, download interpreter_64.zip
and update interpreter.exe in folder interpreter.
Help:
Click on:
AIDE_ANYFLO.htm.
Click on Access to the anyflo Help
gives the local help of anyflo installed on this machine, all the links will not be active.
Click on Help on the Web
gives the help help on the Web, requires a connection internet.
Note:only the links relative to the interpreter liens will be active.
Click onj:
demo0_*.js:
launches the interpreter demo (language), end by writing exit
after the ?.
others*.js:
launch others examples.
Developing an application
This interpreter is a pseudo compiled
language (near C).
The function interpreter0.funcis a simple example.
A good method to learn this language is to start from given examples
(the sources are files *0*.func of folder env):
1) Copy it in file interpreter0.func.
2) Rename the first function in interpreter0()
3) Change the code.
4) Click on interpreter0.js, which read, compile, link and execute file le env/interpreter0.func.
5) If errors occur consult the corresponding help rubric.