I implemented a QuasiQuoting-Library for llvm-general: tvh/llvm-general-quote
Would it make sense to refactor the parser out to merge it into llvm-general?
This already exists in a separate package https://github.com/sdiehl/llvm-pp. Not sure if it there is a big enough advantage to bother trying to integrate that into llvm-general-pure itself.
I implemented a QuasiQuoting-Library for llvm-general: tvh/llvm-general-quote Would it make sense to refactor the parser out to merge it into llvm-general?