Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
parse.h File Reference

Parser. More...

#include <reduct/core.h>
#include <reduct/handle.h>
Include dependency graph for parse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

REDUCT_API reduct_handle_t reduct_parse (reduct_t *reduct, const char *str, size_t len, const char *path)
 Parse a Reduct string.
 
REDUCT_API reduct_handle_t reduct_parse_file (reduct_t *reduct, const char *path)
 Parse a Reduct file.
 

Detailed Description

Parser.

Definition in file parse.h.