Oct 19, 2024
yes, you can treat the DSL values as data, which make the compilable documentation possible. To make the DSLs serializable, they only need to be conforming to Codable — in most cases the default implementation will suffice.
yes, you can treat the DSL values as data, which make the compilable documentation possible. To make the DSLs serializable, they only need to be conforming to Codable — in most cases the default implementation will suffice.