Skip to content

Commit

Permalink
Подавление специализации по аккумулятору в DoInlineExpr (#319, #332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Dec 4, 2020
1 parent dfa6e5a commit 3b99a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiler/Log-AST.ref
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ InlineSubexpr {
/* пусто */ = /* пусто */;
}

$SPEC DoInlineExpr (e.text) e.expr;

DoInlineExpr {
(e.Text) t.NextTerm e.Expr
= <DoInlineExpr (<AppendTerm e.Text (<InlineTerm t.NextTerm>)>) e.Expr>;
Expand Down

0 comments on commit 3b99a7b

Please sign in to comment.