Skip to content

Commit 4f0a527

Browse files
committed
README: revise to focus more on visitors + less on reviewers
1 parent cf58c3a commit 4f0a527

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Vatras is the supplementary Agda library for our OOPSLA'24 paper:
1717
1818
This library formalizes all results in our paper:
1919

20-
- All formal languages for static software variability presented in our survey (**Section 3 + Table 1**) are formalized as algebraic datatypes.
21-
- The library implements our formal framework for language comparisons, including necessary data structures, theorems, and proofs (**Section 4**).
22-
- This library contains all theorems and proofs to establish the map of variability languages we find by comparing the languages from our survey with our framework (**Section 5**).
20+
- All **formal languages for static software variability** presented in our survey (Section 3 + Table 1) are formalized as algebraic datatypes.
21+
- The library implements our **formal framework for language comparisons**, including necessary data structures, theorems, and proofs (Section 4).
22+
- This library contains **all theorems and proofs to establish the map of variability languages we find** by comparing the languages from our survey with our framework (Section 5).
2323

24-
Additionally, our library comes with a small demo.
24+
Additionally, our library comes with a small **demo**, and **tutorials** for getting to know the library and for formalizing your own variability languages (see "Tutorials" section below).
2525
When run in a terminal, our demo will show a translation roundtrip, showcasing the circle of compilers developed for identifying the map of variability languages (Section 5).
2626

2727
## Kick-the-Tires

0 commit comments

Comments
 (0)