The Daily C++
@dailycpp
1.83K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.83K subscribers
The Daily C++
Tags:
#DSL
#arithmetic
https://deque.blog/2017/03/31/paramorph-you-dsl-c/
Deque
Paramorph your
DSL
: C++
Two months back, we went over the process of building a
DSL
for arithmetic operations and we introduced the concept of Catamorphism as a way to decouple the traversal of an AST from the operations …