Loading [MathJax]/jax/input/TeX/config.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Namespaces | Functions | Variables
han_lark_tester.py File Reference

Go to the source code of this file.

Classes

class  han_lark_tester.T
 
class  han_lark_tester.AlgorithmNameInterpreter
 

Namespaces

 han_lark_tester
 

Functions

def han_lark_tester.algorithm_check (tree)
 

Variables

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