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

Lexical

lexical

Great Reads

by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
by honey the codewitch
A small library for providing baseline Context-Free Grammar computations
by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm

Latest Articles

by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
by honey the codewitch
A small library for providing baseline Context-Free Grammar computations
by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm

All Articles

Sort by Score

lexical 

by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
by honey the codewitch
Add non-backtracking fast DFA regular expression and finite state automata to your projects
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
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
by honey the codewitch
Manage location tracking, lifetime, error reporting and basic parsing/lexing with this simple class
by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
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 honey the codewitch
Add fast scanners/tokenizers to your C# project
by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
by honey the codewitch
Implementing a simple JSON parser with Visual FA
by Nicolas DESCARTES
How to write a lexical analyzer for SQL?