Skip to content

Commit 2a2e318

Browse files
committed
added DOI to bibtex; added note that ASTs are printed to terminal
1 parent 3700180 commit 2a2e318

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Instructions for installing Stack, building our library and running the demo are
5959
A detailed documentation can be found in `docs/index.html` and can be browsed on the [Github page][documentation].
6060

6161
Some interesting code locations are:
62-
- [`main`](https://pmbittner.github.io/FeatureTraceRecording/docs/Main.html#v:main) function in [`app/Main.hs`](app/Main.hs): Here you can choose in which format source code should be displayed. Choose from:
62+
- [`main`](https://pmbittner.github.io/FeatureTraceRecording/docs/Main.html#v:main) function in [`app/Main.hs`](app/Main.hs): Here you can choose in which format source code should be displayed in the terminal. Choose from:
6363
- [`userFormat`](https://pmbittner.github.io/FeatureTraceRecording/docs/Main.html#v:userFormat) (default): The perspective of the developer who is editing source code while traces are recorded in the background. This is the format used in the figures in the paper. The tool will show the presence conditions of the snapshots.
6464
- [`userFormatDetailed`](https://pmbittner.github.io/FeatureTraceRecording/docs/Main.html#v:userFormatDetailed): A variation of `userFormat` where traces and presence conditions can be investigated seperately at the same time. Code is coloured in the colour of its feature trace while presence conditions are indicated by coloured lines on the left.
6565
- [`astFormat`](https://pmbittner.github.io/FeatureTraceRecording/docs/Main.html#v:astFormat): Shows the abstract syntax tree of the source code with feature traces as formulas.
@@ -94,6 +94,7 @@ You can inspect the truth tables for the ternary logic by uncommenting the respe
9494
address = {New York, NY, USA},
9595
year = 2021,
9696
month = AUG,
97+
doi = {10.1145/3468264.3468531},
9798
note = {To appear}
9899
}
99100
```

0 commit comments

Comments
 (0)