Extending the syntax of TL
An introduction to this topic is still missing.
As a starting point:
- Use TL/1 (src/tl1). TL/1 is up to 90 % compatible to TL/0 (missing are, for example, dynamic types and top level var expressions).
- For setup of a TL/1-system use src/Boot1/bootstrap.tyc.
- Examples using the extensible grammar package are located in src/egrammarDemo/.
- For an introduction ask Gerald Schröder.
Gerald Schröder (5-oct-1995)