Nvir.Parser.RDB (Nvir v0.13.2)

View Source

This is the default Nvir parser, a recursive-descent parser with backtracing support for dotenv files.

Summary

Functions

Parses the given dotenv file.

Parses the content of a dotenv file.

Types

buffer()

@type buffer() :: buffer()

parser()

@type parser() :: (buffer() ->
               {:ok, term(), buffer()} | {:error, {atom(), term(), buffer()}})

Functions

debug(label \\ nil, function)

(macro)

parse_file(path)

Parses the given dotenv file.

parse_string(content)

Parses the content of a dotenv file.