nlsandler / writing-a-c-compiler-tests

Test cases for Writing a C Compiler
https://nostarch.com/writing-c-compiler
Other
172 stars 25 forks source link

track indentation in comment-wrap jinja filters #51

Open nlsandler opened 3 months ago

nlsandler commented 3 months ago

Make these two filters more robust/easier to use by passing them an argument giving current indentation level

maybe do something similar with arg_wrap macro