Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.4 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.4 KB

LanD parser generator

This is the version of LanD parser generator referenced in the paper presented at SYRCoSE'19.

This repository was created separately from the repository where the main development takes place and was intended for referencing in the research only. The main repository is here.

Prerequisites

Java Runtime Environment must be installed for correct lexical analyzer generation and work.

Missing NuGet packages will be automatically restored when the solution is built for the first time.

Previous and further research on tolerant parsing and binding to code

  • Tolerant parsing with a special kind of «Any» symbol: the algorithm and practical application, 2018 | paper & repo

  • Using improved context-based code description for robust algorithmic binding to changing code, 2021 | paper & repo (LanD & the Land Explorer tool)

  • Robust algorithmic binding to arbitrary fragment of program code, 2022 | paper