AFL is a simple functional language written in PHP.
AFL code and related documentation is licensed under GPL version 2. Refer to LICENSE file for complete licensing terms.
Complete documentaion is available here http://xkoder.com/afl/help.php
Try out AFL here : http://xkoder.com/afl
Example scripts are located inside example/ folder.
Run them from the command line as follows:
# ./afli < example/name_of_script.aflExample:
# ./afli < example/map.aflDownload code and run
# ./afli -ihelp- display short helpdump- dump the symbol tablequit/exit- end interactive mode
You can invoke AFL with trace ON as follows
# ./afli -t < scriptfileOR
# ./afli -i -tTrace mode outputs internal states while the AFL script is running.