Skip to content
Commit a7127ee4 authored by Matt Wala's avatar Matt Wala
Browse files

Improve AST simplification.

Three major changes:

1) Teach the AST simplifier to reason about a couple of additional
common simplification patterns (especially around conditionals).

2) Avoid using unification. This makes the code generators slightly
faster.

3) Ensure the AST generator is deterministic.
parent d045c851
Loading
Loading
Loading
Pipeline #281 passed with stage