Closed
Description
I want to be able to run files and stdin through particular grammars and semantic operations that will generate files or print results to stdout. I've started building my own tooling for doing this with my own work, but wanted to check to see if something already existed and I didn't find anything in a cursory search through the repositories posted here.
Example:
cat model | run_operation RM_PGSQL toPostgreSQL > schema.ddl
Where RM_PGSQL
refers to a grammar and toPostgreSQL
refers to a semantic action (or derivative).
Does something like this exist, or is a common solution planned?
My apologies if I have missed something.
Metadata
Metadata
Assignees
Labels
No labels