|
nixd
|
Parser interface. More...
#include <memory>#include <string_view>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | nixf |
Functions | |
| std::shared_ptr< Node > | nixf::parse (std::string_view Src, std::vector< Diagnostic > &Diags) |
| Parse a string. | |
Parser interface.
libnixf parser. This is a recursive descent parser, focusing on error recovery.
Definition in file include/nixf/Parse/Parser.h.