mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
9 lines
No EOL
133 B
C
9 lines
No EOL
133 B
C
#ifndef _LAKE_PARSE_H
|
|
#define _LAKE_PARSE_H 1
|
|
|
|
#include <stdlib.h>
|
|
#include "lake.h"
|
|
|
|
LakeVal *parse_expr(char *s, size_t n);
|
|
|
|
#endif |