YaccConstructor


We are research group of the Software Engineering chair of the Saint-Petersburg State University, Russia. Also we are part of Programming Languages and Tools Lab.

Projects

YaccConstructor

YaccConstructor is a platform for grammarware research and development. One of features is analysis of string-embedded languages.

YC.PrettyPrinter

Printer combinators library in F#.

QuickGraph

QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, etc...
Forked from https://quickgraph.codeplex.com/

ConcurrentLexPars

Example of lexing and parsing concurrently in F# in fslex and fsyacc.
Fork me on GitHub