fparsec
There are 23 repositories under fparsec topic.
rspeele/FParsec-Pipes
A set of operators for FParsec (http://www.quanttec.com/fparsec/) intended to simplify chaining parsers together.
bert2/FParsec.CSharp
A thin C# wrapper for FParsec.
DNemtsov/Lexepars
Concise monadic parser combinator library with separate lexer/parser phases, off-side rule and big-size input support.
heytherewill/CookLangNet
👨🏽🍳 CookLang parser for .NET
rflechner/EverybodyCode
FSharp DOJO / KATA with FParsec to create a JS transpiler
habib-sadullaev/Equal
Embeddable Query Language
humhei/ExcelProcesser
Parse excel file with combinator
RyanB156/LogicGateSimulator
A programming language that allows you to simulate logic circuits. You can toggle inputs on or off to see the output of your circuit. It supports basic logic gates such as AND, OR, and NOT, as well as Decoders, Multiplexers, Flip-Flops. You can also create your own logic gate with any number of inputs and outputs.
aggieben/FPConfig
FParsec Parsers for TOML; planned for JSON5 and YAML
m1nhtu99-hoan9/yayyson-parser
Parser for Yayyson, a pseudo-JS embedded language. A toy project.
WilliamGanrot/CQL
CQL is a a query language for performing operations on csv files. The language is verry simmular to ordanary SQL. The parser is written in F# with Fparsec and supports recursive grammer.
davidelettieri/polynomials-fparsec
Parsing polynomial expressions with F# and FParsec
Deltares/mathematical_expression_parser
The Mathematical Expression Parser is a simple parser to convert Mathematical Expressions to Symbolic Expression trees which will be used in the D-HYDRO software for D-RTC plugin.
ElijahReva/ticket-problem
Small app that helps figure out your luck level.
ffamoss/LocParser
LocParser is a localization parser base on FParsec
ia7ck/fs-json-parse
FParsec JSON parser
Vikasg7/jdsl
A Parser Combinator library in Clojure
jindraivanek/jsonfmt-fparsec
Configurable JSON formatter written with FParsec.
jozefRudy/trading-rule-parser
Trading DSL with real-time TypeScript validation and AST parsing
nodew/FScheme
WIP, An experimental scheme interpreter, based on R7RS
Reenuay/ConsoleCalc
Simple console calculator
stijnmoreels/FSharp.FParsec.FlatFile
Flat File parsing with FParsec