mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
Add raw identifier
This commit is contained in:
parent
48eb3c5920
commit
03a36f48a3
14 changed files with 137 additions and 26 deletions
|
@ -1648,11 +1648,6 @@ impl CodeGenerator {
|
|||
self.emit_expr(*tasc.expr);
|
||||
}
|
||||
Expr::Import(acc) => self.emit_import(acc),
|
||||
other => {
|
||||
CompileError::feature_error(self.cfg.input.clone(), other.loc(), "??", "".into())
|
||||
.write_to_stderr();
|
||||
self.crash("cannot compile this expression at this time");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue