- Added some thoughts.

This commit is contained in:
ccremers 2005-08-21 21:36:00 +00:00
parent fb2c0f1d7a
commit c330a5b719

View File

@ -6,3 +6,6 @@
- SConstruct file should check whether ctags actually exists (avoiding - SConstruct file should check whether ctags actually exists (avoiding
errors) errors)
- Proof output should be XML, with an external converter to dot format. - Proof output should be XML, with an external converter to dot format.
- States XML output, with limiter (for explanations/analysis)
- Internal hash over input files (maybe after parsing?) and switch
structure. This would make a caching mechanism much easier.