nixd
Loading...
Searching...
No Matches
Namespaces | Functions
Parser.h File Reference

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< Nodenixf::parse (std::string_view Src, std::vector< Diagnostic > &Diags)
 Parse a string.
 

Detailed Description

Parser interface.

libnixf parser. This is a recursive descent parser, focusing on error recovery.

Definition in file include/nixf/Parse/Parser.h.