Home

Awesome

Incremental analysis in Ada (increment)

Build Download reuse compliant

Incremental analysis library

This package provides incremental analysis algorithms and related data structures. The main target of the project is construction of integrated development environment (IDE).

The library perfoms a lexical and syntactical analisys of a program text and construct a parsing tree. As text changes are introduced in the tree and subsequent analisys pass restores consistent parsing tree for new text. Unaffected parts of the tree are kept unchanged.

We try to (re-)implement ideas described by Tim A. Wagner his work "Practical Algorithms for Incremental Software Development Environments"

Install

Run

make all install PREFIX=/path/to/install

Dependencies

It depends on

Usage

Add with "increment"; in your project file.

Maintainer

@MaximReznik.

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Maxim Reznik