ghc-source-gen
Memo
As far as I can tell, it’s just a way to generate a Haskell module from a syntax tree. You can then pretty-print the generated module, or you can run it through GHC during runtime.
GHC API を使ってる
動的にコード生成が可能なので面白いかもしれない
使い方
リソース
Last updated