view src/bin/ylisp.c @ 183:37b01b114b50

also remove old code from bin/ sources
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 28 Sep 2019 19:13:26 +0200
parents cdf06bdd9592
children 263256062455
line wrap: on
line source

#include <stdio.h>
#include <err.h>

#include <src/parse.h>
#include <src/preprocess.h>
#include <src/eval.h>

yexpr_t run(FILE* input) {
    return result;
}

int main(int argc, char** argv) {
    return 0;
}