jonathanvdc / Flame

A compiler framework for managed code.
https://jonathanvdc.github.io/Flame
GNU General Public License v3.0
52 stars 4 forks source link

Made emit API immutable #13

Closed jonathanvdc closed 9 years ago

jonathanvdc commented 9 years ago

Mutable IBlockGenerators were a pain. They made memoization harder and were prone to abuse. All ICodeBlocks are now immutable.