lexer-generator
There are 102 repositories under lexer-generator topic.
westes/flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
maciejhirsz/logos
Create ridiculously fast Lexers
katef/libfsm
DFA regular expression library & friends
jflex-de/jflex
The fast scanner generator for Java™ with full Unicode support
BNFC/bnfc
BNF Converter
Genivia/RE-flex
Yet another high-performance C++ regex library and lexical analyzer generator like Flex: extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
goffrie/plex
a parser and lexer generator as a Rust procedural macro
b3b00/csly
a C# embeddable lexer and parser generator (.Net core)
haskell/alex
A lexical analyser generator for Haskell
goccmack/gogll
Generates generalised LL (GLL) and reduced size LR(1) parsers with matching lexers
loloicci/nimly
Lexer Generator and Parser Generator as a Library in Nim.
pfnet/rflex
Fast lexer code generator for Rust
h2337/clex
clex is a simple lexer generator
osa1/lexgen
A fully-featured lexer generator, implemented as a proc macro
jack-pappas/facio
Tools for building compilers, interpreters, and analysis tools in F#
codewitch-honey-crisis/pck
The Parser Construction Kit ("Puck"): A Parser Generator and Grammar Translator in C#
John-Leitch/Aphid
A multiparadigm language intended to be embedded in .NET applications or compiled into other languages like Python or PHP. The internals of Aphid are clean and easy to work with, allowing for rapid creation of derivative domain-specific languages.
openpeeps/toktok
Generic tokenizer written in Nim language 👑 Powered by std/lexbase and Nim's Macros
SilentByte/sb-dynlex
Configurable lexer for PHP featuring a fluid API.
rollrat/compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
chobits/tinylex
A tiny lexical analyser generator
christianparpart/klex
C++17 (CLI/embeddable) Lexical Scanner Generator
zsmoore/lexr
Lexical analyzer for Javascript developers
sergey0xff/lexit
An open source lexer generator
KiJeong-Lim/portfolio
My portfolio contains a lexer generator, a parser generator, my own λProlog interpreter, and several meta-theorems for the propositional logic with their proofs written in Coq.
squidscode/apli
The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to create domain-specific languages faster.
mxxii/leac
Lexer / tokenizer
tianyu/antlr4-webpack-loader
Loads a ANTLR4 grammar file and compiles it to JavaScript
0E9B061F/lexdoc
Simplified token definition and lexer creation library for use with Chevrotain.
almondtools/rexlex
Regular Expressions and Lexing with DFAs
alimpfard/nlp-lex
Hopefully a lexer-generator that doesn't fucking suck
rrozansk/SPaG
A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers.
khaledsabry97/Compiler_C
Written a C compiler to run c code using flex and bison tool, add also a semantic analyzer, Quadraple language generation and symbol table.
boxbeam/RedLex
A lexer-generator/parser-combinator for any context-free format
ryanovic/ParseLib
.NET runtime LALR parser generator
sbalmt/xcheme
A set of tools that includes a new programming language to generate lexers and parsers for other languages.