caffeine_lang/frontend/parser

Values

pub fn parse_blueprints_file(
  source: String,
) -> Result(
  ast.BlueprintsFile(ast.Parsed),
  parser_error.ParserError,
)

Parses a blueprints file from source text.

pub fn parse_expects_file(
  source: String,
) -> Result(ast.ExpectsFile(ast.Parsed), parser_error.ParserError)

Parses an expects file from source text.

Search Document