Click here to Skip to main content
15,885,216 members
Everything / Parsing

Parsing

parsing

Great Reads

by honey the codewitch
Creating a simple parser in 3 easy lessons
by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
by User 6679439
Comprehensive unit parsing library
by honey the codewitch
Easily implement efficient backtracking capabilities over any enumeration

Latest Articles

by honey the codewitch
Stream JSON efficiently on little devices with minimal flash and memory usage
by Christopher Diggins
An introduction to building recursive descent parsers in C# using the Parakeet parsing library
by Member 10522374
This library was created to parse the AutoCad Dxf format.
by honey the codewitch
Silly SQL Tricks, Mistakes and Other Nonsense

All Articles

Sort by Updated

Parsing 

31 Mar 2024 by honey the codewitch
Stream JSON efficiently on little devices with minimal flash and memory usage
19 Mar 2024 by Christopher Diggins
An introduction to building recursive descent parsers in C# using the Parakeet parsing library
11 Nov 2021 by honey the codewitch
Silly SQL Tricks, Mistakes and Other Nonsense
1 Aug 2021 by Matt Scarpino
Explains how to generate Python parsing code with ANTLR and use the code to create a Python parser in C++
1 Aug 2021 by Matt Scarpino
Explains how to generate parsing code with ANTLR and access the code in a C++ application
10 Apr 2021 by Ilia Reznik, Vladimir Shatalov
Parser for Wikipedia pages from XML dump is presented. Extraction of biographical data and categories with their parents is shown as an example.
10 Jan 2021 by Peter Belcak
A short review of the literature on the subject of multi-machine parsing
2 Jan 2021 by honey the codewitch
Hoodwink your computer into doing your work for you using regular expressions
11 Dec 2020 by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
10 Nov 2020 by Yisrael Lax
.NET Library for automatically validating and casting console input parameters
19 May 2020 by Marijan Nikic
HTA application written in Javascript and VBscript for tracking and sorting movies list by their release date
14 Mar 2020 by honey the codewitch
Learn how to implement recursive descent parsers, with examples for JSON and an integer expression evaluator
22 Feb 2020 by honey the codewitch
Glory can parse virtually anything, even natural language. Add powerful parsers to your projects. Parse languages like C# or incorporate human language parsing with your AI code.
18 Feb 2020 by honey the codewitch
A crash course in GLR parsing which can be used to parse highly ambiguous grammars
31 Jan 2020 by honey the codewitch
Add fast scanners/tokenizers to your C# project
19 Jan 2020 by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
17 Jan 2020 by honey the codewitch
A Pike VM for running non-backtracking NFA regular expressions in C#
17 Jan 2020 by honey the codewitch
Manage location tracking, lifetime, error reporting and basic parsing/lexing with this simple class
11 Jan 2020 by honey the codewitch
Using Parsley to prototype and test hand written parsers
9 Jan 2020 by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
6 Jan 2020 by honey the codewitch
Using Parsley to parse a C# subset into the CodeDOM
31 Dec 2019 by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
15 Dec 2019 by honey the codewitch
Code generation, faster
11 Dec 2019 by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
7 Dec 2019 by honey the codewitch
Getting an accurate CodeDOM back from a C# source subset
5 Dec 2019 by honey the codewitch
An initial look at a tool to dramatically simplify language agnostic code generation using the CodeDOM
27 Nov 2019 by honey the codewitch
Build a full featured tokenizer generator in C#
14 Nov 2019 by honey the codewitch
Creating a simple parser in 3 easy lessons
20 Aug 2019 by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
16 Aug 2019 by honey the codewitch
Quickly and easily build parsers and tokenizers using Pck's editor
14 Aug 2019 by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
6 Aug 2019 by honey the codewitch
A parser generator and unification system for different parsing tools
25 Jul 2019 by honey the codewitch
A parser generator and tool for exploring LL parsing algorithms
21 Jul 2019 by honey the codewitch
Quickly build simple parsers with this drop-in source
14 Jul 2019 by honey the codewitch
Creating a simple parser in 3 easy lessons
14 Jul 2019 by honey the codewitch
Creating a simple parser in 3 easy lessons
14 May 2019 by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
5 Nov 2018 by thorssig
html2struct parses HTML code into a simple tree-like structure of objects and provides a little tool-set for extracting data from it
1 Jun 2018 by User 6679439
2 Dec 2017 by User 6679439
Library extending the .NET numeric support
13 Nov 2017 by Alexander Semjonov
The paper presents simplest byte-code formula compiler using C++ BNF-like embedded domain specific language (EDSL). It introduces BNFLite template library and implements byte-code for parallel computations.
11 Oct 2017 by Mr.PoorEnglish
"TextAffinity": human-like ranking of similar texts
12 Sep 2017 by The Zakies
Question answer chatbot using natural language parsing and web scrapping
17 Jan 2017 by Liu Junfeng
A PEG parser combinator library implemented in Rust, using operator overloading without macros.
9 Jan 2017 by kdmote
A simple program to translate numbers into their textual representation. (To turn 1013 into "one thousand, thirteen").
5 Oct 2016 by Vladyslav Chernysh
Simple library that parses a string according to custom patterns.
3 Aug 2016 by Vyacheslav Chernykh
F#-implementation of algorithm for incremental construction of minimal deterministic finite automata through adding and removing strings.
26 Dec 2015 by Frank-Rene Schaefer
Using Quex to generate lexical analyzers
22 Nov 2015 by Matt Scarpino
This article explains how to generate a high-performance text parser using Lemon.
21 Nov 2015 by Matt Scarpino
This article explains how to generate a high-performance text scanner using re2c.
5 Sep 2015 by InvisibleMedia
1 Jun 2015 by Athari
C# CSS parser with with support for all modern CSS features.
6 May 2015 by User 11633146
Parsing is where the story of compilation begins.
3 Apr 2014 by Chris Copeland
Using call stacks, rather than Regular Expression, to deconstruct mathematical formulae and calculate values.
11 Oct 2013 by ASP.NET Community
If you want to parse a html string at runtime with asp.net control in it you can use the method ParseControl, for example if you have a html fragment
11 Oct 2013 by ASP.NET Community
Creating a simple XML Parser alternative to LINQ Here is a simple way to parse an XML string, and store its element name and values in a Hashtable
11 Oct 2013 by ASP.NET Community
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the
19 Jun 2013 by Przemek Mazurkiewicz
Simple non-validating streaming XML parser in C++.
16 Jun 2013 by Amit Bezalel
Using the power of regex to parse your logs
16 Jan 2013 by madflame
This article presents a fully functional proof of concept of the translation phases that transform your code from a flat string of characters to an abstract syntax tree.
11 Aug 2012 by Daniel Grunwald
Use NRefactory to write a standalone application that refactors your C# code.
31 Jul 2012 by Shuqian Ying
The source code and a simple demo program for a plug-in in Microsoft Managed Extensibility Framework (MEF) that provides visual display of email messages.
26 Apr 2012 by Andreas Gieriet
This is an alternative for "Mathematical Expression Parser Using Recursive Descent Parsing"
6 Apr 2012 by Matthew So (Hong Kong)
Use the GOLD Parser to define a language for mapping between two business entities, create a parser using the bsn-goldparser engine, and generate an assembly using CodeDom.