Blame TODO

Packit 2cbdf3
- Option for pure Haskell 98 output?
Packit 2cbdf3
	- maybe Haskell 2010 at this point?
Packit 2cbdf3
	- how about an option to use Data.Array.Unboxed?
Packit 2cbdf3
Packit 2cbdf3
- Put in {-# LINE #-} pragmas for token actions
Packit 2cbdf3
Packit 2cbdf3
- Prune states that aren't reachable?
Packit 2cbdf3
Packit 2cbdf3
- Issue a warning for tokens that can't be generated?
Packit 2cbdf3
Packit 2cbdf3
- Info file?
Packit 2cbdf3
	- start codes
Packit 2cbdf3
	- accepting states
Packit 2cbdf3
Packit 2cbdf3
- More compact lexer table encoding:
Packit 2cbdf3
	- equivalence classes?
Packit 2cbdf3
Packit 2cbdf3
- Improve performance of Alex itself
Packit 2cbdf3
Packit 2cbdf3
- AlexEOF doesn't provide a way to get at the text position of the EOF.
Packit 2cbdf3
Packit 2cbdf3
- Allow user-defined wrappers?  Wrappers in files relative to the
Packit 2cbdf3
  current directory, for example?
Packit 2cbdf3
Packit 2cbdf3
- case-insensitivity option (like flex's -i).
Packit 2cbdf3