Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg committed Aug 25, 2023
1 parent 05d0eec commit ccdceab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# TARSIS Abstract domain for static string analysis #
# TARSIS Abstract domain for static string analysis

![buildbadge](https://github.com/UniVE-SSV/tarsis/workflows/Java%20CI%20with%20Gradle/badge.svg)

Implementation of _Twinning automata and regular expressions for string static analysis_, by Luca Negrini, Vincenzo Arceri, Pietro Ferrara and Agostino Cortesi.

**This repo is obsolete and it is not currently maintained. However, the Tarsis abstract domain is implemented and mantained in LiSA (https://github.com/lisa-analyzer/lisa).**


Links:

* [Preprint](https://arxiv.org/abs/2006.02715)
* [Published version](https://link.springer.com/chapter/10.1007/978-3-030-67067-2_13)

## How to use the abstract domain ##
## How to use the abstract domain

Class [AutomatonString](src/main/java/it/unive/tarsis/AutomatonString.java) is the entry point for working with the domain.
Use its parameterless constructor to build automaton representing a generic unknown string, and use the one accepting a string parameter to build an automaton recognizing the given string.
Expand Down

0 comments on commit ccdceab

Please sign in to comment.