Skip to content
Snippets Groups Projects
  1. Feb 10, 2021
  2. Feb 08, 2021
  3. Feb 05, 2021
  4. Feb 04, 2021
  5. Feb 03, 2021
  6. Feb 02, 2021
  7. Feb 01, 2021
  8. Jan 29, 2021
  9. Jan 28, 2021
  10. Jan 27, 2021
  11. Jan 26, 2021
  12. Jan 15, 2021
    • Rodolphe Lepigre's avatar
      Make RefinedC more user-friendly with several changes. · f81e3fce
      Rodolphe Lepigre authored
      The first change concern the syntax of constraints in annotations. The following is now allowed:
      - [own l : ty] (previously written [l @ &own<ty>]),
      - [shr l : ty] (previously written [l @ &shr<ty>]),
      - [frac β l : ty] (previously written [l @ &frac<β, ty>]).
      - The old notations have been removed.
      
      The second change is some renaming around singleton types and layouts:
      - [singleton_val] is now called [value],
      - [singleton_place] is now called [place],
      - [LPtr] is now called [void_ptr] and is accessed with notation [void*],
      - [LVoid] is now called [void_layout].
      - The front end now accepts `void*` as an identifier.
      
      The last change introduces a new Coq scope called [printing_sugar] that is only opened at the beginning of proofs in generated proof files. It defines printing notations intended at making the output of the tool closer to the syntax of the front end. In particular it defines the following notations:
      - [own l : ty], [shr l : ty], [frac {β} l : ty],
      - [uninit<ly>], [value<ly, v>], [place<l>], [&own<ty>], ...
      - For each user-defined types a similar printing sugar is defined automatically.
      f81e3fce
    • Michael Sammler's avatar
      more lexpressions · 378b83c1
      Michael Sammler authored
      378b83c1
  13. Jan 14, 2021
  14. Jan 12, 2021
  15. Dec 17, 2020
  16. Dec 11, 2020
  17. Dec 09, 2020
  18. Dec 08, 2020
  19. Dec 07, 2020
  20. Dec 06, 2020
  21. Dec 04, 2020
  22. Dec 02, 2020
  23. Nov 27, 2020
  24. Nov 24, 2020
Loading