Click here to Skip to main content
15,860,972 members
Everything / Lexical

Lexical

lexical

Great Reads

by honey the codewitch
A crash course in GLR parsing which can be used to parse highly ambiguous grammars
by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
by honey the codewitch
Add non-backtracking fast DFA regular expression and finite state automata to your projects

Latest Articles

by Nicolas DESCARTES
How to write a lexical analyzer for SQL?
by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
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
Streaming your data and parsing on the go with tiny gadgets

All Articles

Sort by Score

Lexical 

18 Feb 2020 by honey the codewitch
A crash course in GLR parsing which can be used to parse highly ambiguous grammars
3 Feb 2020 by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
1 Feb 2020 by honey the codewitch
Add non-backtracking fast DFA regular expression and finite state automata to your projects
20 Aug 2019 by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
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.
11 Dec 2020 by honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
11 Jan 2024 by Nicolas DESCARTES
How to write a lexical analyzer for SQL?
31 Jan 2020 by honey the codewitch
Add fast scanners/tokenizers to your C# project
31 Dec 2019 by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
19 Jan 2020 by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
20 Nov 2023 by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
6 Aug 2019 by honey the codewitch
A parser generator and unification system for different parsing tools
9 Jan 2020 by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
22 Dec 2020 by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
17 Jan 2020 by honey the codewitch
Manage location tracking, lifetime, error reporting and basic parsing/lexing with this simple class
14 Mar 2020 by honey the codewitch
Learn how to implement recursive descent parsers, with examples for JSON and an integer expression evaluator