65,938 articles
CodeProject is changing.
Read more
.
Everything / lexical
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Submit your article
Lexical
lexical
Great Reads
Big JSON on the Arduino: Parse Huge Data on a Tiny Device
by
honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
Cfg: Jumpstart Your Parser Generator Projects
by
honey the codewitch
A small library for providing baseline Context-Free Grammar computations
Constructing Fast Lexical Analyzers with RE/
flex - Why Another Scanner Generator?
by
Robert van Engelen
RE/
flex for C++
Diet JSON and a Coke: An Exploration of Incredibly Efficient JSON Processing
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
Big JSON on the Arduino: Parse Huge Data on a Tiny Device
by
honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
Cfg: Jumpstart Your Parser Generator Projects
by
honey the codewitch
A small library for providing baseline Context-Free Grammar computations
Constructing Fast Lexical Analyzers with RE/
flex - Why Another Scanner Generator?
by
Robert van Engelen
RE/
flex for C++
Diet JSON and a Coke: An Exploration of Incredibly Efficient JSON Processing
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
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
lexical
Big JSON on the Arduino: Parse Huge Data on a Tiny Device
by
honey the codewitch
Streaming your data and parsing on the go with tiny gadgets
Constructing Fast Lexical Analyzers with RE/
flex - Why Another Scanner Generator?
by
Robert van Engelen
RE/
flex for C++
Diet JSON and a Coke: An Exploration of Incredibly Efficient JSON Processing
by
honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
FA: A Unicode Automata and Regular Expression Engine
by
honey the codewitch
Add non-backtracking fast DFA regular expression and finite state automata to your projects
Glory: A GLR Parser Generator for .
NET
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.
GLR Parsing in C#: How to Use The Most Powerful Parsing Algorithm Known
by
honey the codewitch
A crash course in GLR parsing which can be used to parse highly ambiguous grammars
How to Build a Recursive Descent Parser
by
honey the codewitch
Learn how to implement recursive descent parsers,
with examples for JSON and an integer expression evaluator
Lex: An Optimizing Compiler for Regular Expressions
by
honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
LexContext: A Streamlined Cursor Over a Text Input
by
honey the codewitch
Manage location tracking,
lifetime,
error reporting and basic parsing/
lexing with this simple class
Lexly: A Little Bytecode Programmable Lexer/
Generator
by
honey the codewitch
A completely programmable lexer/
tokenizer/
scanner generator in C# using a Pike Virtual Machine
Parse Anything with Parsley: A Different Approach
by
honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
Parsley: A Recursive Descent Parser Generator in C#
by
honey the codewitch
Generate powerful,
maintainable parsers in most major .
NET languages using a friendly grammar format
Pck: Code Roundup and Quick Start Guide
by
honey the codewitch
Using PCK to create grammars,
parsers and tokenizers for C# and other .
NET languages
Pck: The Parser Construction Kit
by
honey the codewitch
A parser generator and unification system for different parsing tools
Rolex (Interim Release 0.
4): A Lexer Generator in C#
by
honey the codewitch
Add fast scanners/
tokenizers to your C# project
Rolex: Unicode Enabled Lexer Generator in C#
by
honey the codewitch
Generate fast,
easy to use lexers/
scanners in major .
NET languages
Visual FA Part 5: Real World Lexing Example w/
JSON
by
honey the codewitch
Implementing a simple JSON parser with Visual FA
Writing a Lexical Analyzer for SQL in C#
by
Nicolas DESCARTES
How to write a lexical analyzer for SQL?