[ ] Enforce use of an output folder when generating temporary files; perhaps make it a constructor argument.
[x] Move the compact syntax parser into the fc package (the script called by C++ can set an environment variable so the module knows what to import).
[ ] Improve docstrings (mostly copying from the C++ versions). See also #16.
[x] Also document clearly how to install the required third-party libraries
[ ] Make Compile indicate whether to evaluate the string using numexpr or eval
[x] ~Check (& maybe fix) behaviour of re-running python tests when imported modules change~
[x] ~This is broken for the Python FC implementation at least. It might be that SCons' scanner doesn't understand the relative within-package imports.~
https://chaste.cs.ox.ac.uk/trac/ticket/2458
Compile
indicate whether to evaluate the string using numexpr or eval