Login
7 branches 0 tags
Ben (Mac) Changed testing framework to output file and linenumber e882c97 4 years ago 57 Commits
nujel / lib / reader.h
#pragma once
#include "nujel.h"
#include "datatypes/string.h"

lVal *lRead        (const char *str);
lVal *lReadString  (lString *s);