blob: 95e44e94593a677f924ab3f72043fdeaf0320c79 (
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
28
29
30
31
32
33
34
|
... 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 Change the name of the namespace (currently 'index') used by the \TeXx macros to avoid
confusion with the special '[index]' namespace used by the parser for inserted symbols
(like an empty right hand side and implicit terms)
o Develop a 'loose' parsing scheme for \TeX\ macros by requiring some macros to
follow stricter rules
* Rewrite limbo.sty to provide a more logical structure (* several changes have been implemented)
* 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)
o Change the support for named references so that the driver generates references while outputting
the 'action switch' (using code like stack_depth = $$ - $[name])
... 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.
|