/[papo]/gnue/appserver/src/_featuretest/OdlLexer.py
ViewVC logotype

Diff of /gnue/appserver/src/_featuretest/OdlLexer.py

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

revision 1.1 by styxman, Fri Nov 8 16:38:42 2002 UTC revision 1.1.4.1 by anthonyl, Tue Mar 4 22:03:55 2003 UTC
# Line 1  Line 1 
1  # GNU Enterprise Application Server - ODL Lexer  # GNU Enterprise Application Server - ODL Lexer
2  #  #
3  # Copyright 2002 Free Software Foundation, Inc.  # Copyright 2002-2003 Free Software Foundation, Inc.
4  #  #
5  # This file is part of GNU Enterprise.  # This file is part of GNU Enterprise.
6  #  #
# Line 32  reserved = ( Line 32  reserved = (
32    'TYPEDEF', 'DATE', 'TIME', 'INTERVAL', 'TIMESTAMP', 'DICTIONARY',    'TYPEDEF', 'DATE', 'TIME', 'INTERVAL', 'TIMESTAMP', 'DICTIONARY',
33    'STRUCT', 'UNION', 'SWITCH', 'CASE', 'DEFAULT', 'ENUM', 'ARRAY',    'STRUCT', 'UNION', 'SWITCH', 'CASE', 'DEFAULT', 'ENUM', 'ARRAY',
34    'SEQUENCE', 'EXCEPTION', 'ONEWAY', 'VOID', 'IN', 'OUT', 'INOUT',    'SEQUENCE', 'EXCEPTION', 'ONEWAY', 'VOID', 'IN', 'OUT', 'INOUT',
35    'RAISES', 'CONTEXT', 'KEY',    'RAISES', 'CONTEXT',
36    )    )
37    
38  tokens = reserved + (  tokens = reserved + (
# Line 43  tokens = reserved + ( Line 43  tokens = reserved + (
43    'ADD', 'SUB', 'MULT', 'DIV', 'MOD', 'NOT', 'BANG'    'ADD', 'SUB', 'MULT', 'DIV', 'MOD', 'NOT', 'BANG'
44    )    )
45    
46  # throw away whitespacex  # throw away whitespace
47  t_ignore = ' \t'  t_ignore = ' \t'
48    
49  # Newlines  # Newlines

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

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