Skip to content
Snippets Groups Projects
Forked from Iris / Iris
2658 commits behind the upstream repository.
Gregory Malecha's avatar
Gregory Malecha authored
- 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 -> *
  - \triangleright -> |>
  - \vee -> \/
  - \wedge -> /\
  - \forall -> forall
  - \exists -> exists
  - \ast -> **
c1a30c58
History