Skip to content

antrv/ParsingCombinators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# functional parsing combinators library

(a + (b * 5) / 2) - (a * b * 5) / 7
Perform simplification
(a + b * 5/2) - a * b * 5/7
Perform substitution
a = 25
b = 11
(25 + 11 * 5/2) - 25 * 11 * 5/7
Perform simplification
-2015/14

About

C# functional parsing combinators library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages