From a2525f2fc3f41c792065e61079e8e7126210529e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 12:09:30 +0100 Subject: parse multiple expressions --- read.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 read.h (limited to 'read.h') diff --git a/read.h b/read.h deleted file mode 100644 index b47edb0..0000000 --- a/read.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _read_h -#define _read_h - -#include "prs.h" -#include "ast.h" - -AstNode read(); - -#endif -- cgit v1.2.3