Skip to content
scfc edited this page Feb 24, 2012 · 3 revisions
  • Release Process
    • Document
    • Publish manual on SourceForge
    • Interface with Translation Project
  • Manual needs to be proof-read with regard to sentence not ending with double spaces
  • Untabify source
  • Study Bison's "used macros" mechanism to see if it is suitable for flex
  • 836a22ce90460f75acdd4d37a23a9a2b009fdb17 may be the culprit
  • Specify indentation; ATM, the results of `make indent` are very different than the current code base
  • Overhaul `%option`; ATM, `%option full` and `%option nofull` do exactly the same despite the orthogonal names
  • Test suite
    • Fix GNU make dependencies
    • Filenames with backslashes & Co. as input and output files
    • Study Bison's `synclines.at` if it is useful for improving `test-linedir`

Clone this wiki locally