-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.bib
52 lines (48 loc) · 1.41 KB
/
main.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@misc{bugayenko2021eolang,
title={EOLANG and phi-calculus},
author={Yegor Bugayenko},
year={2021},
eprint={2111.13384},
archivePrefix={arXiv},
primaryClass={cs.PL}
}
@article{williams1985restructuring,
title={Restructuring Pascal Programs Containing Goto Statements},
author={Williams, M. Howard and Chen, G},
journal={The Computer Journal},
volume={28},
number={2},
pages={134--137},
year={1985},
publisher={Oxford University Press}
}
@article{pan1996formal,
title={A Formal Basis for Removing Goto Statements},
author={Pan, Si and Dromey, R. Geoff},
journal={The Computer Journal},
volume={39},
number={3},
pages={203--214},
year={1996},
publisher={Oxford University Press}
}
@inproceedings{erosa1994taming,
title={Taming Control Flow: A structured approach to eliminating goto statements},
author={Erosa, Ana M and Hendren, Laurie J},
booktitle={Proceedings of 1994 IEEE International Conference on Computer Languages (ICCL'94)},
pages={229--240},
publisher={IEEE},
address={USA},
year={1994},
organization={IEEE}
}
@inproceedings{ceccato2008goto,
title={Goto Elimination Strategies in the Migration of Legacy Code to Java},
author={Ceccato, Mariano and Tonella, Paolo and Matteotti, Cristina},
booktitle={2008 12th European Conference on Software Maintenance and Reengineering},
publisher={IEEE},
address={USA},
pages={53--62},
year={2008},
organization={IEEE}
}