summaryrefslogtreecommitdiff
path: root/support/splint/TODO
blob: 42c0b2b51fe96ed5e8f791d2e7544c9a2fe368cf (plain)
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
27
... ongoing

o Typo and style fixes

... sometime in the future

o Change generic macro names (such as \table, \symstream, etc) to something more specific
* Add \bgrulealign and \egrulealign macros to align rules across sections (a simple way to 
  implement this is given as an example in the included package, a more flexible method would 
  have to wait)
* Rewrite yytexlex.sty for better \TeX\ pretty printing macros (* the new macros are still
  not ideal but are very unlikely to change in the near future)
o Rewrite limbo.sty to provide a more logical structure
* Add indexing features to \TeXx macros (* there is a mechanism to do this)
o Change CWEB macros so that \pdfoutput=0 does not cause conflicts (this is a bug in cwebmac.tex)

... very remote future

o Make glr parser generation possible (* probably not feasible with
  the current state of bison design, likely to require a fork or even
  a completely different tool)
o Make the `core' parsing and scanning macros prefix-expandable

... very very remote future

o Make automatic translation of \Cee\ into \TeX\ possible so that
  bison routines can be simply translated on the fly.