Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
parse.h File Reference

Parser. More...

#include "core.h"
#include "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, reduct_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.