Труды Института системного программирования РАН (Oct 2018)

Declarative Interface of Detecting Defects on Syntax Trees: KAST Language

  • S. V. Syromyatnikov

Journal volume & issue
Vol. 20, no. 0

Abstract

Read online

In many cases source code defects can be detected by analyzing the corresponding syntax trees. In this article we investigate advantages and drawbacks of this approach in comparison with more complex types of static code analysis and prove that a user needs an interface for writing his own defect detectors. Different ways of implementing such an interface are considered. We also introduce a new declarative language for describing code defects that a user wants to detect, in the form of syntax tree patterns. Some aspects of the language analyzer implementation are also discussed.

Keywords