A try to implement the proposed Skip-Halt-Print DSL described in this paper source.
There are three implementations:
- A sturcture/class based one.
- A functional with typealias goodness.
- And finally a totally inlined one.
A try to implement the proposed Skip-Halt-Print DSL described in this paper source.
There are three implementations: