Skip to content

ASCII notation

Gregory Malecha requested to merge gmalecha/iris:ascii-notation into master
  • 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 by Gregory Malecha

Merge request reports