An Exploratory Study of Ad Hoc Parsers in Python

Autor: Schröder, Michael, Goritschnig, Marc, Cito, Jürgen
Rok vydání: 2023
Předmět:
Druh dokumentu: Working Paper
Popis: Background: Ad hoc parsers are pieces of code that use common string functions like split, trim, or slice to effectively perform parsing. Whether it is handling command-line arguments, reading configuration files, parsing custom file formats, or any number of other minor string processing tasks, ad hoc parsing is ubiquitous -- yet poorly understood. Objective: This study aims to reveal the common syntactic and semantic characteristics of ad hoc parsing code in real world Python projects. Our goal is to understand the nature of ad hoc parsers in order to inform future program analysis efforts in this area. Method: We plan to conduct an exploratory study based on large-scale mining of open-source Python repositories from GitHub. We will use program slicing to identify program fragments related to ad hoc parsing and analyze these parsers and their surrounding contexts across 9 research questions using 25 initial syntactic and semantic metrics. Beyond descriptive statistics, we will attempt to identify common parsing patterns by cluster analysis.
Comment: 5 pages, accepted as a registered report for MSR 2023 with Continuity Acceptance (CA)
Databáze: arXiv