Incremental analysis in Ada
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”
Run
make all install PREFIX=/path/to/install
It depends on
Add with "increment";
in your project file.
Feel free to dive in!
Open an issue or submit PRs.
MIT © Maxim Reznik