forked from westes/flex
-
Notifications
You must be signed in to change notification settings - Fork 0
TODO
scfc edited this page Feb 20, 2012
·
3 revisions
- Release Process
- Document
- Publish manual on SourceForge
- Fix GNU make dependencies
- 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
- Study Bison's `synclines.at` if it is useful for improving `test-linedir`
- 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