Mercurial > emacs
comparison lisp/ChangeLog @ 54140:766aaa5bded5
ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reported by Markus Dreyer.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Wed, 25 Feb 2004 00:07:33 +0000 |
parents | 8025b7d4aa49 |
children | e3765a3df826 bff8fa30c018 |
comparison
equal
deleted
inserted
replaced
54139:3aff710a91c0 | 54140:766aaa5bded5 |
---|---|
1 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * ebnf-abn.el: New file, implements an ABNF parser. | |
4 | |
5 * ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New arrow shapes: | |
6 semi-up-hollow, semi-up-full, semi-down-hollow and semi-down-full. Fix | |
7 a bug on productions like test = {"test"}* | ( "tt" ["test"] ). | |
8 Reported by Markus Dreyer <mdreyer@ix.urz.uni-heidelberg.de>. | |
9 (ebnf-version): New version number (4.0). | |
10 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory) | |
11 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file) | |
12 (ebnf-delete-style): New commands. | |
13 (ebnf-directory, ebnf-file): New funs. | |
14 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp) | |
15 (ebnf-production-name-p, ebnf-stop-on-error): New options. | |
16 (ebnf-syntax-alist): New var. | |
17 (ebnf-element-width): New fun replacing ebnf-list-width. | |
18 (ebnf-arrow-shape, ebnf-syntax): Custom fix. | |
19 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist) | |
20 (ebnf-prologue): Adjust vars. | |
21 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style) | |
22 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style) | |
23 (ebnf-check-style-values, ebnf-generate-production) | |
24 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list) | |
25 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat) | |
26 (ebnf-token-repeat): Code fix. | |
27 | |
28 * ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc, %right, %left | |
29 and %prec. Suggested by Matthew K. Junker <junker@alum.mit.edu>. | |
30 (ebnf-yac-definitions, ebnf-yac-lex): Code fix. | |
31 | |
32 * ebnf-iso.el: Doc fix. | |
33 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars. | |
34 (ebnf-iso-lex): Code fix. | |
35 | |
36 * ebnf-bnf.el: Doc fix. | |
37 (ebnf-bnf-lex): Code fix. | |
38 | |
39 * ebnf-otz.el: Doc fix. | |
40 | |
1 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> | 41 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> |
2 | 42 |
3 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix. | 43 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix. |
4 (abbrev-prefix-mark): Doc fix. | 44 (abbrev-prefix-mark): Doc fix. |
5 | 45 |