Skip to content
Snippets Groups Projects
Commit 7b097673 authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

Start on documentation

parent 25943112
No related branches found
No related tags found
No related merge requests found
Inox API
========
Trees
-----
Extendability is core to the design of the Inox AST (Abstract Syntax Tree).
The [Trees](/src/main/scala/inox/ast/Trees.scala) trait can be extended with
new constructs and provide useful override points to enable extensions with
new features. See [Stainless](https://githum.com/epfl-lara/stainless) for some
concrete examples.
Programs are constructed from
1. [Expressions](/src/main/scala/inox/ast/Expressions.scala)
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