From e621f13a226d297d5368f4c294a8549a93843934 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 14 Dec 2021 00:08:13 +0100 Subject: AST restructure --- src/error.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index 7493681..227a4b0 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,6 +1,7 @@ use crate::{interpret::walker::WalkerError, lex::token::Location, parse::parser::ParserError}; use colored::Colorize; use std::fmt::Display; + pub struct RHError { pub at: ErrorLocation, pub kind: RHErrorKind, -- cgit 1.4.1