Skip to content
Snippets Groups Projects
  1. May 21, 2014
  2. May 06, 2014
  3. May 05, 2014
  4. Apr 25, 2014
  5. Apr 11, 2014
  6. Apr 09, 2014
  7. Apr 08, 2014
  8. Apr 07, 2014
  9. Mar 25, 2014
  10. Mar 21, 2014
  11. Mar 20, 2014
  12. Mar 17, 2014
  13. Mar 14, 2014
  14. Mar 13, 2014
  15. Mar 11, 2014
  16. Mar 05, 2014
  17. Mar 04, 2014
  18. Mar 03, 2014
  19. Feb 28, 2014
    • Etienne Kneuss's avatar
      Implement the Leon library. Support classes and methods. · 027c0d4c
      Etienne Kneuss authored
      - Implement the Leon Library in Leon-land rather than Scala-land.
        import leon.Utils._ becomes import leon.lang._
        import leon.Annotations._ becomes import leon.annontation._
      
        For now, the library defines generic Options and Lists.
        The library is automatically imported from the ./leon script, unless
        the --library=no option is passed.
      
      - Support parsing of multiple files and modules.
      
      - Introduce new annontations:
          @ignore: remove definition from Leon
          @verified: do not consider for verification unless explicitly
              specified
      027c0d4c
Loading