cenotelie / hime

Apache License 2.0
27 stars 4 forks source link

Use Askama to render lexer and parser code templates #87

Open stevefan1999-personal opened 1 year ago

stevefan1999-personal commented 1 year ago

Template syntax - Askama (djc.github.io)

Should look much better with a bunch of writeln macro.

In C# world we have T4 templates but it seems like we are moving to source generators.

woutersl commented 1 year ago

Yes, we should migrate to something like this. I'm not sure what the options are along with Askama in the Rust ecosystem, I'll investigate a bit.