Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !396

ASCII notation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gregory Malecha requested to merge gmalecha/iris:ascii-notation into master Mar 18, 2020
  • Overview 146
  • Commits 3
  • Pipelines 0
  • Changes 5
  • all ascii notation is marked "only parsing" so this PR shouldn't change anything for anyone using only unicode notation.
  • the algorithm for creating an ascii notation is pretty simple.
    • \ast -> * (not for separating conjunction)
    • \triangleright -> |>
    • \vee -> /
    • \wedge -> /\
    • \forall -> forall
    • \exists -> exists
    • separating conjunction -> **
  • we're using notation scopes to resolve ambiguities

Closes #270 (closed)

Edited Mar 29, 2020 by Gregory Malecha
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ascii-notation