comparison ply-3.8/test/pkg_test2/parsing/calclextab.py @ 7267:343ff337a19b

<ais523> ` tar -xf ply-3.8.tar.gz
author HackBot
date Wed, 23 Mar 2016 02:40:16 +0000
parents
children
comparison
equal deleted inserted replaced
7266:61a39a120dee 7267:343ff337a19b
1 # calclextab.py. This file automatically created by PLY (version 3.8). Don't edit!
2 _tabversion = '3.8'
3 _lextokens = set(['RPAREN', 'DIVIDE', 'NUMBER', 'TIMES', 'EQUALS', 'PLUS', 'LPAREN', 'MINUS', 'NAME'])
4 _lexreflags = 0
5 _lexliterals = ''
6 _lexstateinfo = {'INITIAL': 'inclusive'}
7 _lexstatere = {'INITIAL': [('(?P<t_NUMBER>\\d+)|(?P<t_newline>\\n+)|(?P<t_NAME>[a-zA-Z_][a-zA-Z0-9_]*)|(?P<t_LPAREN>\\()|(?P<t_PLUS>\\+)|(?P<t_RPAREN>\\))|(?P<t_TIMES>\\*)|(?P<t_MINUS>-)|(?P<t_EQUALS>=)|(?P<t_DIVIDE>/)', [None, ('t_NUMBER', 'NUMBER'), ('t_newline', 'newline'), (None, 'NAME'), (None, 'LPAREN'), (None, 'PLUS'), (None, 'RPAREN'), (None, 'TIMES'), (None, 'MINUS'), (None, 'EQUALS'), (None, 'DIVIDE')])]}
8 _lexstateignore = {'INITIAL': ' \t'}
9 _lexstateerrorf = {'INITIAL': 't_error'}
10 _lexstateeoff = {}