File: TODO

package info (click to toggle)
kelbt 0.16-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,256 kB
  • sloc: cpp: 12,853; ansic: 3,331; sh: 997; makefile: 45
file content (8 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
Should be possible to define a nonterminal type as some kind of simple type, As
it is, the user is forced to make it into a structure which is referenced by a
pointer.

Should also be possible to set the default type for all nonterminals.

The parse tables use up a lot of static memory. Need a compressed table
representation.