|
|
|
|
|
by a_lost_needle
1673 days ago
|
|
Still easily implemented with combinators the whole way down. It’s building an ast, that’s it. Once you have a tree, you can do whatever you want with the result before passing it to a compiler for a language. Here though, just serialization stuff. |
|