I have a kotlin/js project that generates code based on skeleton files by doing only simple replacements (replace "[-name-]" with name coming from user input for example). I end up processing .h, .cpp, readme, etc... (live here
https://jamba.dev/quickstart/web/) Of course now I want to make it more sophisticated and have if/loop in my "replacement" so clearly a search/replace strategy won't work... any idea of a lightweight project that would work with kotlin js?