What are some techniques for code generation?

前端 未结 8 1156
抹茶落季
抹茶落季 2021-01-06 13:05

I\'m generating C++ code, and it seems like it\'s going to get very messy, even my simple generating classes already have tons of special cases. Here is the code as it stan

8条回答
  •  爱一瞬间的悲伤
    2021-01-06 13:35

    I was also looking for something like this and found this question. I wasn't very satisfied with cog, so I ended up writing my own which is similar but adds some (imo) much needed features.

    https://github.com/icholy/swapm

提交回复
热议问题