Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Commits
9b0f0dc6
Commit
9b0f0dc6
authored
8 years ago
by
Manos Koukoutos
Browse files
Options
Downloads
Patches
Plain Diff
Comments
parent
397889fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/scala/inox/ast/package.scala
+4
-15
4 additions, 15 deletions
src/main/scala/inox/ast/package.scala
with
4 additions
and
15 deletions
src/main/scala/inox/ast/package.scala
+
4
−
15
View file @
9b0f0dc6
...
...
@@ -2,21 +2,10 @@
package
inox
/** Provides AST definitions for
Leon programs
.
/** Provides AST definitions for
Inox
.
*
* The core language supported by Leon is called Pure Scala and its
* [[leon.purescala.Definitions]] and [[leon.purescala.Expressions]] are defined here.
* This package also contains the [[leon.purescala.Types]] definitions. Each of those
* trees come with a corresponding set of operations in the ???Ops objects.
*
* The package also provides general utilities operations on Pure Scala programs, such as
* a method lifting phase [[leon.purescala.MethodLifting]] (transforming methods into
* top level functions) and a function closure phase [[leon.purescala.FunctionClosure]]
* (lifting an inner function to the top level).
*
* Two printers for Pure Scala programs are also provided, a [[leon.purescala.PrettyPrinter]]
* that outputs a nice and readable program (typically using unicode for some operations) and
* a [[leon.purescala.ScalaPrinter]] that outputs a valid Scala program from a Leon
* representation.
* The core language supported by Inox is defined in [[inox.ast.Expressions]],
* [[inox.ast.Definitions]] and [[inox.ast.Types]]. The trait [[inox.ast.Trees]] provides
* all these definitions and one of the integral parts of a [[Program]].
*/
package
object
ast
{}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment