about summary refs log blame commit diff
path: root/src/fix-ng/parser.hh
blob: c56a339a3f7c6e35a75234d038519989750414b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                  
                      
 
 
                                  


                        
#ifndef __PARSER_H
#define __PARSER_H

#include "fix-expr.hh"


Expr parseExprFromFile(Path path);


#endif /* !__PARSER_H */