sysh/src/eval.h

6 lines
66 B
C
Raw Normal View History

2023-02-17 18:55:12 +00:00
#pragma once
#include "parser.h"
long eval_block(Block* block);