mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-01 09:22:50 +00:00
Partial fix #57
This commit is contained in:
parent
53f665355b
commit
3314825fc1
4 changed files with 38 additions and 29 deletions
|
@ -952,8 +952,6 @@ impl CodeGenerator {
|
|||
TokenKind::PrePlus => UNARY_POSITIVE,
|
||||
TokenKind::PreMinus => UNARY_NEGATIVE,
|
||||
TokenKind::Mutate => NOP, // ERG_MUTATE,
|
||||
// TokenKind::PreStar =>,
|
||||
// TokenKind::PreRng =>,
|
||||
_ => {
|
||||
self.errs.push(CompileError::feature_error(
|
||||
self.cfg.input.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue