rsek / datasworn

The successor to the original Datasworn repository and Dataforged package, which provide game rules from the Ironsworn and Ironsworn: Starforged TTRPGs in JSON.
https://ko-fi.com/r_sek
120 stars 26 forks source link

Add JS code generation for ID regular expressions #39

Open rsek opened 2 weeks ago

rsek commented 2 weeks ago

These are already generated for (and made available in) the JSON schema. But offering them as JS RegExp objects offers a few benefits to folks using the language:

This is mainly a matter of adding another script to Node package codegen; most of the required parts already exist. I think it's a good candidate for v0.1.0.

rsek commented 2 weeks ago

Deferring this until after v0.1.0. I want to give some more thought to how this could be generalized in code generation.