Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / parsing

Parsing

parsing

Great Reads

by The Zakies
Question answer chatbot using natural language parsing and web scrapping
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.
by paladin_t
A simple plist parser within 100 lines of C# code.
by Sukhpal Singh JNU Jaipur
JSON parser classes creator tool for Android

Latest Articles

by The Zakies
Question answer chatbot using natural language parsing and web scrapping
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.
by paladin_t
A simple plist parser within 100 lines of C# code.
by Sukhpal Singh JNU Jaipur
JSON parser classes creator tool for Android

All Articles

Sort by Score

parsing 

by The Zakies
Question answer chatbot using natural language parsing and web scrapping
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.
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
by Matt Scarpino
Explains how to generate parsing code with ANTLR and access the code in a C++ application
by Matt Scarpino
Explains how to generate Python parsing code with ANTLR and use the code to create a Python parser in C++
by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
by Yisrael Lax
.NET Library for automatically validating and casting console input parameters
by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
by kdmote
A simple program to translate numbers into their textual representation. (To turn 1013 into "one thousand, thirteen").
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
by honey the codewitch
Code generation, faster
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.
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.
by honey the codewitch
Hoodwink your computer into doing your work for you using regular expressions
by Matt Scarpino
This article explains how to generate a high-performance text scanner using re2c.
by Matt Scarpino
This article explains how to generate a high-performance text parser using Lemon.
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.
by honey the codewitch
A crash course in GLR parsing which can be used to parse highly ambiguous grammars
by honey the codewitch
Learn how to implement recursive descent parsers, with examples for JSON and an integer expression evaluator
by honey the codewitch
Build a full featured tokenizer generator in C#
by gggustafson
This article presents a tool that convert XML comments in a C# source file to HTML pages.
by honey the codewitch
Creating a simple parser in 3 easy lessons
by honey the codewitch
Creating a simple parser in 3 easy lessons
by honey the codewitch
Creating a simple parser in 3 easy lessons
by honey the codewitch
Stream JSON efficiently on little devices with minimal flash and memory usage
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
by Vyacheslav Chernykh
F#-implementation of algorithm for incremental construction of minimal deterministic finite automata through adding and removing strings.
by Christopher Diggins
An introduction to building recursive descent parsers in C# using the Parakeet parsing library
by honey the codewitch
Manage location tracking, lifetime, error reporting and basic parsing/lexing with this simple class
by Frank-Rene Schaefer
Using Quex to generate lexical analyzers
by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
by honey the codewitch
A parser generator and tool for exploring LL parsing algorithms
by Chris Copeland
Using call stacks, rather than Regular Expression, to deconstruct mathematical formulae and calculate values.
by Andreas Gieriet
This is an alternative for "Mathematical Expression Parser Using Recursive Descent Parsing"
by Marijan Nikic
HTA application written in Javascript and VBscript for tracking and sorting movies list by their release date
by Athari
C# CSS parser with with support for all modern CSS features.
by Peter Belcak
A short review of the literature on the subject of multi-machine parsing
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 Mr.PoorEnglish
"TextAffinity": human-like ranking of similar texts
by User 6679439
Library extending the .NET numeric support
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
by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
by honey the codewitch
Using Parsley to prototype and test hand written parsers
by honey the codewitch
Using Parsley to parse a C# subset into the CodeDOM
by honey the codewitch
Quickly build simple parsers with this drop-in source
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.
by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
by honey the codewitch
Quickly and easily build parsers and tokenizers using Pck's editor
by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
by honey the codewitch
A parser generator and unification system for different parsing tools
by Liu Junfeng
A PEG parser combinator library implemented in Rust, using operator overloading without macros.
by InvisibleMedia
Specify grammatical contexts
by honey the codewitch
A Pike VM for running non-backtracking NFA regular expressions in C#
by Amit Bezalel
Using the power of regex to parse your logs
by honey the codewitch
Add fast scanners/tokenizers to your C# project
by honey the codewitch
An initial look at a tool to dramatically simplify language agnostic code generation using the CodeDOM
by honey the codewitch
Getting an accurate CodeDOM back from a C# source subset
by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
by Przemek Mazurkiewicz
Simple non-validating streaming XML parser in C++.
by Vladyslav Chernysh
Simple library that parses a string according to custom patterns.
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.
by User 6679439
Comprehensive unit parsing library
by V. Subhash
One-line methods for your edification
by Daniel Grunwald
Use NRefactory to write a standalone application that refactors your C# code.
by User 11633146
Parsing is where the story of compilation begins.
by honey the codewitch
Silly SQL Tricks, Mistakes and Other Nonsense