diff options
| author | Mel <einebeere@gmail.com> | 2021-12-14 00:08:13 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-12-28 21:46:39 +0100 |
| commit | e621f13a226d297d5368f4c294a8549a93843934 (patch) | |
| tree | 4079d2bb1a9f08e8411395e4d0ba8c87f063980c /src/error.rs | |
| parent | 9d331e92045ca9098ab5f2139c80ea33e89e8ca3 (diff) | |
| download | rabbithole-e621f13a226d297d5368f4c294a8549a93843934.tar.zst rabbithole-e621f13a226d297d5368f4c294a8549a93843934.zip | |
AST restructure
Diffstat (limited to 'src/error.rs')
| -rw-r--r-- | src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
