tree-sitter
clang
Software Objectasm
Software Objectcoq
and SerAPI
ancestral
Software Mixinlight
/range
/diff
let
or let*
bindingsNext: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This file documents the Software Evolution library
Copyright (C) 2014-2018 Eric Schulte and GrammaTech
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Section being “GNU GENERAL PUBLIC LICENSE,” A copy of the license is included in the section entitled “GNU Free Documentation License.”
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, 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.
• Introduction | What is SEL? | |
• Implementation | How SEL is implemented. | |
• Components | Components provided by SEL. | |
• Utilities | Utilities provided by SEL. | |
• Usage | Using SEL, including examples. | |
• Troubleshooting | Solutions for build and test issues. | |
• Python Library | A Python interface to SEL. | |
Appendices | ||
---|---|---|
• Software Evolution Library Index | Public functions, variables, and macros | |
• ChangeLog | Chronological log of notable changes by version | |
• General Lisp Advice | Information for those new to Common Lisp | |
• SEL Coding Standards | Development guidelines for SEL | |
• Contributing | Process for contributing to SEL | |
• Licensing | Licensing for SEL and for this documentation. | |
• Combined Index | Complete combined index. | |
Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]