Skip to content

alexeyvale/SYRCoSE-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LanD parser generator

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

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.

Further research on tolerant parsing and binding to code

  • Tolerant parsing using modified LR(1) and LL(1) algorithms with embedded “Any” symbol, 2019 | 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published