Skip to content
Snippets Groups Projects
Commit 027c0d4c authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Implement the Leon library. Support classes and methods.

- 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
parent aab7b7f3
No related branches found
No related tags found
No related merge requests found
Showing
with 415 additions and 274 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment