File: TODO

package info (click to toggle)
alex 3.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 900 kB
  • ctags: 69
  • sloc: haskell: 4,121; xml: 1,452; yacc: 235; makefile: 92; ansic: 4
file content (26 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- Option for pure Haskell 98 output?
	- maybe Haskell 2010 at this point?
	- how about an option to use Data.Array.Unboxed?

- Put in {-# LINE #-} pragmas for token actions

- Prune states that aren't reachable?

- Issue a warning for tokens that can't be generated?

- Info file?
	- start codes
	- accepting states

- More compact lexer table encoding:
	- equivalence classes?

- Improve performance of Alex itself

- AlexEOF doesn't provide a way to get at the text position of the EOF.

- Allow user-defined wrappers?  Wrappers in files relative to the
  current directory, for example?

- case-insensitivity option (like flex's -i).