diff options
| author | aarne <unknown> | 2003-11-17 15:17:53 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-11-17 15:17:53 +0000 |
| commit | 70c9f7b365b07044c07837a04223a11dfa3b7140 (patch) | |
| tree | b39c484dd86d6226f716f241da0b4a85a630a6a0 /doc | |
| parent | 9d55f72d7a97658faa6ebc890535fa0c6e665a05 (diff) | |
Lexer by need.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gf2-highlights.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gf2-highlights.html b/doc/gf2-highlights.html index 57cd45044..036ca55f3 100644 --- a/doc/gf2-highlights.html +++ b/doc/gf2-highlights.html @@ -45,6 +45,7 @@ Highlights, preliminary version <li> New syntax alternatives for local definitions: <tt>let</tt> without braces and <tt>where</tt>. <li> Pattern variables can be used on lhs's of <tt>oper</tt> definitions. +<li> New Unicode transliterations (by Harad Hammarström). <h4>New parser (forthcoming)</h4> @@ -62,7 +63,8 @@ Highlights, preliminary version <li> Haskell source code organized into subdirectories. <li> BNF Converter used for defining the languages GF and GFC, which also give reliable LaTeX documentation. - +<li> Lexican rules sorted out by option <tt>-cflexer</tt> for efficient + parsing with large lexica. <!-- NEW --> |
