Module: lib/compile

(require("lib/compile"))(source, parsedopt) → {Section}

Compile a (optionally) parsed tree, replacing all Value blocks to 'compiled' subtype

Parameters:
Name Type Attributes Description
source string
parsed Section <optional>

if not provided, the source is parsed

Source:
Returns:
  • the parsed Section
Type
Section