News

Introduce a domain-specific language (similar to regular expressions) that allows to describe lints using syntax tree patterns. The code above matches if expressions that contain only another if ...
AST (abstract syntax tree) is one of the structures that can be used in the extraction process. AST is commonly used as a data structure in the compiler. This research focus on the process of reverse ...