项目作者: GrammaTech

项目描述 :
Programmatic modification and evaluation of software
高级语言: Common Lisp
项目地址: git://github.com/GrammaTech/sel.git
创建时间: 2017-12-01T22:30:57Z
项目社区:https://github.com/GrammaTech/sel

开源协议:Other

下载


SOFTWARE-EVOLUTION-LIBRARY

The SOFTWARE-EVOLUTION-LIBRARY enables the programmatic modification
and evaluation of software.

A common interface abstracts over multiple types of software objects
including source code abstract syntax trees (primarily using
tree-sitter), compiled
assembler code, and binary software objects. Software transformation,
analysis, and evaluation techniques are implemented on top of this
interface supporting automation of common software engineering tasks.

See the manual, available at https://grammatech.github.io/sel.

SEL has been used to support many projects including:

To cite SEL please use the following reference:

  1. @manual{sel2018manual,
  2. title = {Software Evolution Library},
  3. author = {Eric Schulte and Contributors},
  4. organization = {GrammaTech},
  5. address = {eschulte@grammatech.com},
  6. month = 1,
  7. year = 2018,
  8. note = {https://grammatech.github.io/sel/}
  9. }