|
|
|
|
|
by wenc
1493 days ago
|
|
It’s not trivial but as someone who has implemented something similar (for an equation based modeling language) it’s not super complicated if you use the right abstractions. It’s basically traversing the AST and doing substitutions. |
|