项目作者: reznikmm

项目描述 :
Incremental analysis in Ada
高级语言: Ada
项目地址: git://github.com/reznikmm/increment.git
创建时间: 2017-10-18T20:58:41Z
项目社区:https://github.com/reznikmm/increment

开源协议:MIT License

下载


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

  1. 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