feat(compile): add DSL.Compile entry point #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/compile-hs-entry-point"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exposes compile and compileResult for evaluating a configuration
value, validating it, and emitting compact JSON to stdout.
Updates app/Main.hs to a working example that exercises the full
pipeline via cabal run DSL.
Closes #3