View Source Renewex (renewex v0.3.0)

The Renewex module provides functionality for parsing Renew source files (*.rnw).

Summary

Functions

Parses the content of a .rnw file saved by Renew.

Functions

Parses the content of a .rnw file saved by Renew.

Parameters

  • input: The content of the file as string

Returns

  • {:ok, root, refs}: On success, returns the root of the parsed document tree and a list of references.
  • {:error, reason}: On failure, returns an error tuple with the reason for failure.