Skip to content
Snippets Groups Projects
  1. Jul 26, 2021
  2. Jun 02, 2021
  3. Mar 10, 2021
  4. Feb 12, 2021
  5. Feb 11, 2021
  6. Jan 19, 2021
  7. Dec 09, 2020
  8. Aug 12, 2020
  9. May 29, 2020
  10. May 28, 2020
  11. May 23, 2020
  12. Apr 15, 2020
    • Paolo G. Giarrusso's avatar
      Fix entailment notations `(⊢@{PROP})` and `(⊣⊢@{PROP} )` etc. · 1b820fbf
      Paolo G. Giarrusso authored
      Fix #302, including their ASCII variants.
      - Don't use quotes `'` that are not surrounded by spaces.
      - However, notation `'(⊢@{' PROP } )` prevents parsing `(⊢@{PROP} Q)` using the
      `⊢@{PROP} Q` notation.
      
      To fix that, we force left-factorization: we add a notation for `'(⊢@{' PROP }
      Q )`, defined to coincide with '⊢@{' PROP } Q but which can be left-factored
      with `( '⊢@{' PROP } )`.
      
      - Add left and right operator sections for (bi)entailment
      - Add tests.
      
      Also do all of the above also for ASCII notations, except for operator sections,
      which seem to require more discussion.
      1b820fbf
  13. Apr 14, 2020
  14. Apr 07, 2020
    • Gregory Malecha's avatar
      CHANGE <intuit> to <#> · bbdc4d66
      Gregory Malecha authored
      bbdc4d66
    • Gregory Malecha's avatar
      ascii notation for most iris operators. · c1a30c58
      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
  15. Mar 16, 2020
  16. Feb 28, 2020
  17. Feb 18, 2020
  18. Nov 10, 2019
  19. Mar 05, 2019
  20. Feb 05, 2019
  21. Oct 04, 2018
  22. May 29, 2018
  23. May 17, 2018
  24. Apr 26, 2018
  25. Apr 25, 2018
  26. Mar 04, 2018
  27. Feb 23, 2018
  28. Dec 22, 2017
  29. Nov 14, 2017
  30. Oct 30, 2017
Loading