This directory contains two sub-projects, nfg and pnfg. Rather than combine them, we decided to keep them split up. nfg: interpreter and runtime environment for narrative flow graphs pnfg: a compiler for more human readable source that compiles to nfg's Everything in this project is either in the public domain or licensed under the LGPL-2.1. Please do not commit code that you do not own the copyright for if it does not meet these licensing conditions (for example, it is not okay to add GPL'd code to this project). Please carefully read the Copyright notice and license terms in the file LICENSE, and do not forget to read the names of all authors and copyright holders in the AUTHORS file. Enjoy!