Skip to content

alexeyvale/land

Repository files navigation

LanD parser generator

Development repository for LanD parser generator.

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.

Author's research on tolerant parsing and binding to code

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

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published