Commit Graph

2 Commits

Author SHA1 Message Date
2f99742e85 Move ThunkBranch struct impl into Thunk::Branch
ThunkBranch standalone struct was not as useful as I was expecting it
would be. Its logic is now directly stored in Thunk::Branch variant

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-11-10 18:01:55 -08:00
e6df67041c Add LISP-like IR between AST and thunk
This should hopefully allow us to add more interesting modifications to
the code, and have less boilerplate when implementing new function-based
features.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-11-10 17:55:31 -08:00