tokenizer
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 58 public repositories matching this topic...
.NET Windows Forms app applying concepts of Tokenization, Custom File extension, and Computer Graphics.
-
Updated
Aug 4, 2021 - C#
tokeniser for math in c#
-
Updated
Jul 6, 2022 - C#
Token based word generator
-
Updated
Dec 11, 2025 - C#
This application analyzes sentences. Normalizes sentences and separates them into words. It divides the words into their attachments. ITU uses NLP API for this.
-
Updated
Dec 8, 2022 - C#
The project is an identity server which has three endpoints to register the user, login the user and to get the refresh token. The user will get the jwt bearer token with authetication scheme. The token is signed with HmacSha256 algorithm. The code contains to add a custom claim to the payload of the token. Implementation of refresh token is als…
-
Updated
Dec 30, 2020 - C#
This repository provides a lexer and parser for the Pascal programming language. Both lexer and parser can generate errors indicating the location in the code.
-
Updated
Jan 29, 2022 - C#
Compress Visual Studio solutions into token-lite format for AI workflows. Scrunched in, clean out.
-
Updated
Dec 1, 2025 - C#
A simple parser for a custom markup language written in C# targeting .NET Core 8.0.
-
Updated
Aug 16, 2025 - C#
A command-line calculator
-
Updated
Mar 20, 2024 - C#
A simple tokenizer, parser and AST generator for s-expressions(ish) and CIL (.NET) Arithmetic OpCodes.
-
Updated
Nov 30, 2024 - C#
HTML.NET is an HTML Parser.
-
Updated
Aug 25, 2023 - C#
A C# math expression parser and evaluator
-
Updated
Jun 18, 2021 - C#
Minimal .NET Windows Forms app applying concepts of Tokenization, Custom File extension, and Computer Graphics.
-
Updated
May 2, 2021 - C#
Pure C# implementation of GPT-style Byte Pair Encoding tokenizer and tiny Transformer playground, CPU-only, no external ML libraries.
-
Updated
Sep 5, 2025 - C#
- Followers
- 11k followers
- Website
- github.com/topics/parsing
- Wikipedia
- Wikipedia