/[emacs]/emacs/lisp/progmodes/ebnf-abn.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebnf-abn.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by viniciusjl, Mon Apr 5 01:53:51 2004 UTC revision 1.6 by wl, Fri Mar 25 08:47:00 2005 UTC
# Line 1  Line 1 
1  ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF)  ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF)
2    
3  ;; Copyright (C) 2004 Free Sofware Foundation, Inc.  ;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc.
4    
5  ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>  ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
6  ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>  ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
# Line 518  See documentation for variable `ebnf-abn Line 518  See documentation for variable `ebnf-abn
518          'end-of-input)          'end-of-input)
519         ;; error         ;; error
520         ((eq token 'error)         ((eq token 'error)
521          (error "Illegal character"))          (error "Invalid character"))
522         ;; end of rule         ;; end of rule
523         ((eq token 'end-of-rule)         ((eq token 'end-of-rule)
524          'end-of-rule)          'end-of-rule)
# Line 600  See documentation for variable `ebnf-abn Line 600  See documentation for variable `ebnf-abn
600          ((= (following-char) ?\n)          ((= (following-char) ?\n)
601           t)           t)
602          (t          (t
603           (error "Illegal character"))           (error "Invalid character"))
604          ))          ))
605    
606    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26