lix/src/fix-ng/parser.hh
Eelco Dolstra 9f8f39aa3c * Clean up the imploded parse tree. Quotes around strings are
removed, paths are absolutised relative to the path containing the
  expression we just parsed, and integer literals are converted to
  actual integers.
2003-10-30 16:18:40 +00:00

11 lines
126 B
C++

#ifndef __PARSER_H
#define __PARSER_H
#include "fix-expr.hh"
Expr parseExprFromFile(Path path);
#endif /* !__PARSER_H */