You've already forked templates-parser
mirror of
https://github.com/AdaCore/templates-parser.git
synced 2026-02-12 12:29:55 -08:00
This new filter can be used to do a specific action the first time a variable value is found. While generating code, this can be handy to avoid generating the same declaration twice for example. Add regression test and documentation. Part of eng/toolchain/aws#77