![]() |
Spicy
|
#include <driver.h>
Public Member Functions | |
Result< hilti::Node > | parse (std::istream &in, const std::string &filename) |
Scanner * | scanner () const |
Parser * | parser () const |
std::string * | currentFile () |
void | error (const std::string &msg, const Meta &m) |
void | enablePatternMode () |
void | disablePatternMode () |
void | enableExpressionMode () |
void | disableExpressionMode () |
void | enableDottedIDMode () |
void | disableDottedIDMode () |
void | setDestinationModule (Module &&m) |
Driver for flex/bison.