Partial fix #57

This commit is contained in:
Shunsuke Shibayama 2022-08-18 18:40:30 +09:00
parent 53f665355b
commit 3314825fc1
4 changed files with 38 additions and 29 deletions

View file

@ -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(),