Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CoPaR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Software
  • CoPaR
  • Merge requests
  • !23

Implement a parsable functor-expression printer

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bastian Kauschke requested to merge print-functor into master May 11, 2020
  • Overview 7
  • Commits 4
  • Pipelines 4
  • Changes 13

implements #8 (closed)

I currently insert braces everywhere, meaning that printParseableFunctor . parseFunctor = id should hold, parseFunctor . printParseableFunctor = id most certainly does not.

Example output:

{n, f}xPX -> {n, f}x(PX)

D({f,n}xPX) -> D({f, n}x(PX))

D({f,n}xP(DX)^{a, b, c}+({f, n}xX + (Z, min)^({f ,n}))) 
-> D({f, n}x(P(DX))^{a, b, c} + ({f, n}xX + ((Z, min)^({f, n}))))
Edited May 11, 2020 by Bastian Kauschke
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: print-functor