summaryrefslogtreecommitdiff
path: root/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Significant changes, and a working "ISA" that just computes fib(n).Julian Blake Kongslie2022-06-261-56/+79
* Use a separate EvalContext structure for holding some state.Julian Blake Kongslie2022-06-251-8/+9
* Include what you use.Julian Blake Kongslie2022-06-251-0/+5
* Move EvalState and the eval coroutines to a separate header.Julian Blake Kongslie2022-06-251-1/+2
* Testing some actual support for destinations and custom steps.Julian Blake Kongslie2022-06-251-21/+42
* Demo for a coroutine-based step evaluator.Julian Blake Kongslie2022-06-251-1/+51
* Initial commit.Julian Blake Kongslie2022-06-231-0/+11