comparison lisp/progmodes/ebnf-otz.el @ 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 695cf19ef79e
children 7d439240423b
comparison
equal deleted inserted replaced
54139:3aff710a91c0 54140:766aaa5bded5
1 ;;; ebnf-otz.el --- syntactic chart OpTimiZer 1 ;;; ebnf-otz.el --- syntactic chart OpTimiZer
2 2
3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
4 4 ;; Free Sofware Foundation, Inc.
5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5
6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
8 ;; Time-stamp: <2004/02/22 14:24:37 vinicius>
7 ;; Keywords: wp, ebnf, PostScript 9 ;; Keywords: wp, ebnf, PostScript
8 ;; Time-stamp: <2003-02-10 10:46:51 jbarranquero>
9 ;; Version: 1.0 10 ;; Version: 1.0
10 11
11 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
12 13
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify