Improving Robustness via Disjunctive Statements in Imperative Programming
スポンサーリンク
概要
- 論文の詳細を見る
To deal with failures as simply as possible, we propose a new foundation for the core (untyped) C++, which is based on a new logic called task logic or imperative logic. We then introduce a sequential-disjunctive statement of the form S : R. This statement has the following semantics: execute S and R sequentially. It is considered a success if at least one of S, R is a success. This statement is useful for dealing with inessential errors without explicitly catching them.
著者
-
Kwon Keehang
Computer Eng. Donga University
-
HUR Sungwoo
Computer Eng., DongA Univ.
-
PARK Mi-Young
Computer Eng., DongA Univ.
関連論文
- Extending LogicWeb via Hereditary Harrop Formulas
- Improving Robustness via Disjunctive Statements in Imperative Programming