22#include "spot/priv/robin_hood.hh"
24#include <spot/misc/location.hh>
27 int hoayylex(hoayy::parser::semantic_type *yylval, \
28 spot::location *yylloc, \
30 spot::parse_aut_error_list& error_list, \
31 robin_hood::unordered_flat_map<std::string, bdd>& fmap)
36 void hoayyreset(
void* scanner);
37 int hoayyopen(
const std::string& name,
void** scanner);
38 int hoayyopen(
int fd,
void** scanner);
39 int hoayystring(
const char* data,
void** scanner);
40 void hoayyclose(
void* scanner);
Definition: automata.hh:26
Definition: parsedecl.hh:44