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.afl
Example:
# ./afli < example/map.afl
Download code and run
# ./afli -i
help
- display short helpdump
- dump the symbol tablequit
/exit
- end interactive mode
You can invoke AFL with trace ON as follows
# ./afli -t < scriptfile
OR
# ./afli -i -t
Trace mode outputs internal states while the AFL script is running.