Package gavo :: Package grammars
[frames] | no frames]

Source Code for Package gavo.grammars

 1  """ 
 2  Grammars for parsing sources. 
 3   
 4  The basic working of those is discussed in common.Grammar. 
 5  """ 
 6   
 7  #c Copyright 2008-2019, the GAVO project 
 8  #c 
 9  #c This program is free software, covered by the GNU GPL.  See the 
10  #c COPYING file in the source distribution. 
11   
12   
13  # Not checked by pyflakes: API file with gratuitous imports 
14   
15  from common import Grammar, RowIterator, ParseError, MapKeys, Rowfilter 
16