Skip to content

Running the PDGL

Authors
Joe Starr, Ph.D. image

Joe Starr, Ph.D.

I specialize in computational knot theory. I’m also a professional embedded software engineer.

Run the Executable on Your Computer

The PDGL CLI wrapper takes input in two forms, first the language specification from stdin and second configuration options from arguments 1. The PDGL CLI outputs words to stdout. This allows for the PDGL CLI to be included in complex pipelines. A typical call that outputs words to the screen looks like the following:

$ cat dyck_lang.toml | ./pdgl_cli -c 4

(()())
(())
(())
((()))

If something goes wrong please report your issue.

Report!

Running from the Browser

An alternative option for interacting with the PDGL is by using the browser interface available at TODO



  1. Full documentation for arguments found in the PDGL CLI documentation.