Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pretty printing #292

Open
deemp opened this issue Apr 17, 2024 · 0 comments
Open

Support pretty printing #292

deemp opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
(cli) Related to the normalizer command-line interface (normalizer) Related to the normalizer application priority 3

Comments

@deemp
Copy link
Member

deemp commented Apr 17, 2024

Add the --pretty option that makes normalizer pretty-print PHI programs.

Here's how EO prints programs.

{
  ⟦
    org ↦ ⟦
      eolang ↦ ⟦
        as-phi ↦ ⟦
          λ ⤍ Lorg_eolang_as_phi,
          x ↦ ∅
        ⟧,
        λ ⤍ Package
      ⟧,
      λ ⤍ Package
    ⟧
  ⟧
}
@deemp deemp added (normalizer) Related to the normalizer application (cli) Related to the normalizer command-line interface labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(cli) Related to the normalizer command-line interface (normalizer) Related to the normalizer application priority 3
Projects
None yet
Development

No branches or pull requests

3 participants