ATLAS Offline Software
Classes | Namespaces | Variables
han_lark_tester.py File Reference

Go to the source code of this file.

Classes

class  han_lark_tester.T
 

Namespaces

 han_lark_tester
 

Variables

 han_lark_tester.grammarfile = find_datafile('DataQualityInterfaces/han_def.lark')
 
 han_lark_tester.grammar = open(grammarfile).read()
 
 han_lark_tester.parser = lark.Lark(grammar, parser='lalr', lexer='contextual', transformer=T())
 
 han_lark_tester.infile = open(sys.argv[1]).read()
 
 han_lark_tester.tree = parser.parse(infile)