sysh/src/eval.h

7 lines
102 B
C

#pragma once
#include "hashmap.h"
#include "parser.h"
long eval_block(Block* block, Hashmap* vars);