diff options
| author | Julian Hurst <ark@mansus.space> | 2026-03-29 23:45:16 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2026-03-29 23:45:16 +0200 |
| commit | 4088afafe7599772703c8df25ad8ed55f7197fd7 (patch) | |
| tree | 5d3bcc892c1a00f32c77ac4d0290fe1fced394cc /cmd | |
| parent | 678a38d41ba21c260ee74e1dbc516c6f5fe7222d (diff) | |
| download | rabbitscript-mistress.tar.gz | |
Support string literal variables (with string interpolation)mistress
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/hs/hs.ha | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/hs/hs.ha b/cmd/hs/hs.ha index 233c54f..4efae44 100644 --- a/cmd/hs/hs.ha +++ b/cmd/hs/hs.ha @@ -25,7 +25,6 @@ export fn main() void = { case let a: parser::ast => yield a; case let e: parser::error => - fmt::println("poopies")!; fmt::fatal(parser::strerror(e)); }; interpreter::interpret(&it, ast); |
