Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pjljvandelaar committed Jun 8, 2022
1 parent d58270f commit a6990d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Rejuvenation
# Rejuvenation-Ada

The Rejuvenation library enables analysis and manipulation of Ada code based on concrete patterns.
The Rejuvenation-Ada library enables analysis and manipulation of Ada code based on concrete patterns.
Analysis and manipulation is based on the [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree)
of Ada and hence is insensitive for layout and the presence of comments.
Both find- and replace-functionality are specified in concrete Ada patterns extended with Placeholders.

The Rejuvenation-Ada library is part of the [Renaissance-Ada project](https://github.com/TNO/Renaissance-Ada)
that develops tooling for analysis and manipulation of Ada code.


## placeholders

There are two types of placeholders, those starting with "$S_" and those starting with "$M_".
Expand Down

0 comments on commit a6990d1

Please sign in to comment.