Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.22 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.22 KB

YSC-2021

The sources of LanD parser generator and LandExplorer markup tool referenced in the paper "Using improved context-based code description for robust algorithmic binding to changing code", and the corresponding results of the experiments.

This repository was created separately from the repositories where the main development takes place. The main repositories are here and here.

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

  • Tolerant parsing using modified LR(1) and LL(1) algorithms with embedded “Any” symbol, 2019 | paper & repo

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