1
0
Fork 0
forked from fun/fun

Some housekeeping and refactoring.

This commit is contained in:
Johannes Findeisen 2025-09-16 05:39:43 +02:00
commit e61c68c277
7 changed files with 4 additions and 126 deletions

View file

@ -12,8 +12,6 @@
#include <string.h>
#include <ctype.h>
#include "parser.h"
#include "value.h"
#include "vm.h"
static char *read_file_all(const char *path, size_t *out_len) {
FILE *f = fopen(path, "rb");