codex
|
#include <parser.hpp>
Classes | |
struct | item |
Public Member Functions | |
constexpr state | push (node n, std::string_view s) |
constexpr state | push (node n, std::string_view name, std::string_view s) |
Public Attributes | |
std::string_view | s |
std::string_view | orig_s |
std::size_t | n |
std::size_t | level |
bool | ok |
std::array< item, MAX > | v |
std::size_t state::level |
std::size_t state::n |
bool state::ok |
std::string_view state::orig_s |
std::string_view state::s |