Go to file
Peter J. Holzer dfc1e8bf8b Implement MVP of DSL
I implemented the parser manually since I couldn't get pypeg2 to emit
useful error messages (I confess to be a bit proud of my multi-level
color-coded reporting).

The DSL isn't complete yet. Explicit dependencies and nested rules are
still missing, as are most column types. But it's enough to create and
populate some tables from a real-world project, so I consider it to have
reached to MVP stage.
2022-02-25 16:21:07 +01:00
Notes.md Add note about data changes 2022-02-02 14:41:05 +01:00
README.md Implement PoC 2022-01-29 11:56:10 +01:00
demo_usradm_templates Add some service types to demo 2022-02-25 16:19:41 +01:00
demo_usradm_templates.procrusql Implement MVP of DSL 2022-02-25 16:21:07 +01:00
parse_dsl_manual Implement MVP of DSL 2022-02-25 16:21:07 +01:00
procrusql.py Dump dependencies as dot file 2022-02-03 16:36:16 +01:00

README.md

ProcruSQL