Nix
2.34.7
Nix, the purely functional package manager; unstable internal interfaces
Toggle main menu visibility
Loading...
Searching...
No Matches
parser-scanner-decls.hh
1
#pragma once
2
3
#ifndef BISON_HEADER
4
# include "parser-tab.hh"
5
using
YYSTYPE = nix::parser::BisonParser::value_type;
6
using
YYLTYPE = nix::parser::BisonParser::location_type;
7
# include "lexer-tab.hh"
// IWYU pragma: export
8
#endif
9
10
namespace
nix {
11
12
class
Parser
:
public
parser::BisonParser
13
{
14
using
BisonParser::BisonParser;
15
};
16
17
}
// namespace nix
nix::Parser
Definition
parser-scanner-decls.hh:13
src
libexpr
parser-scanner-decls.hh
Generated by
1.17.0