comparison lisp/progmodes/ebnf-iso.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
1 ;;; ebnf-iso.el --- parser for ISO EBNF 1 ;;; ebnf-iso.el --- parser for ISO EBNF
2 2
3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
4 4
5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7 ;; Keywords: wp, ebnf, PostScript 7 ;; Keywords: wp, ebnf, PostScript
8 ;; Time-stamp: <2003/08/12 21:29:14 vinicius> 8 ;; Time-stamp: <2003-02-10 10:26:32 jbarranquero>
9 ;; Version: 1.6 9 ;; Version: 1.6
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
125 125
126 (defvar ebnf-iso-lex nil 126 (defvar ebnf-iso-lex nil
127 "Value returned by `ebnf-iso-lex' function.") 127 "Value returned by `ebnf-iso-lex' function.")
128 128
129 129
130 (defvar ebnf-no-meta-identifier nil 130 (defconst ebnf-no-meta-identifier nil)
131 "Used by `ebnf-iso-term' and `ebnf-iso-lex' functions.")
132 131
133 132
134 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 133 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
135 ;; Syntactic analyzer 134 ;; Syntactic analyzer
136 135
611 610
612 611
613 (provide 'ebnf-iso) 612 (provide 'ebnf-iso)
614 613
615 614
616 ;;; arch-tag: 03315eef-8f64-404a-bf9d-256d42442ee3
617 ;;; ebnf-iso.el ends here 615 ;;; ebnf-iso.el ends here