Platform for parser generators and other grammarware research and development. GLL, RNGLR, graph parsing algorithms, and many others are included.
Build status:
| Branch | .NET | Mono | 
|---|---|---|
| Master | ||
| Dev | ||
| GLL-FSA | 
Packages:
| Package | |
|---|---|
| YC.SDK | |
| YC.SDK.Runtime | 
- Read code style
 - We use git lfs, so install it first.
 - Get sources. We use submodules, so use 
git clone --recursive - Run 
build.cmdto perform initial build. - Use MS VS 2015 to develop. Main solution is 
YaccConstructor.sln. You can create your own solutions.