lexing
There are 59 repositories under lexing topic.
zesterer/chumsky
Write expressive, high-performance parsers with ease.
katef/libfsm
DFA regular expression library & friends
aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
smolkaj/nice-parser
Nice parsers in OCaml without the boilerplate
JuliaLang/Tokenize.jl
Tokenization for Julia source code
piotrmurach/lex
Lex is an implementation of lex tool in Ruby.
YaccConstructor/YaccConstructor
Platform for parser generators and other grammarware research and development. GLL, RNGLR, graph parsing algorithms, and many others are included.
jcs-elpa/parse-it
Basic Parser in Emacs Lisp.
abock/dotlang
.NET Standard library for parsing and generating Graphviz DOT files.
zsmoore/lexr
Lexical analyzer for Javascript developers
dragonquest/stack-based-vm-csharp
A simple stack-based Virtual Machine in C#
leodido/ragel-machinery
😈 Automates devilries to make you even more happy together with Ragel and Go
CrazyProger1/FastPy
FastPy is a statically typed programming language with pythonic syntax.
goki/pi
interactive parsing in GoKi / GoGi framework -- makes parsing fun again!
wbsoft/parce
:deciduous_tree: Python lexer that can remember tokens and state and only reparse changed parts of a text document
dmjio/scythe
Fast, RFC-4180 compliant, CSV lexing.
MystPi/chomp
🍪 Lexer step + parser combinators + great error messages [nibble fork]
trag1c/crossandra-rs
(WIP) A straightforward tokenization library for seamless text processing.
CalinZBaenen/ParseJS
A simple tokenizer I made for JS while making a project that required tokens.
boxbeam/RedLex
A lexer-generator/parser-combinator for any context-free format
LuizZak/MiniLexer
A teeny-tiny-weeny lexer written in Swift available as a Swift Package.
unhammer/ocaml_cg_streamparse
parsing cg stream format, just to learn sedlex+menhir
simonskodt/BPRD-assignments
Assignments in the 5th semester course 'Programmer som data'.
FinNLP/lexed
⚙️ [Processor] Multi-lingual, extensible word and sentence tokenizer, for natural language processing.
zacharymarshal/wordhi
Some fun lexing
akashlevy/Vizpiler
An interactive tutorial on lexing/parsing in compilers
blinky-z/REPL
A Read–Eval–Print Loop (REPL) and Better Bash Lang & Compiler written in C++
ShadelessFox/calc
Calculator inside your terminal in case you missed the builtin one.
singul4ri7y/mistix-lang
A playful object-oriented toy programming language lovingly crafted using Promit 🔥
fontseca/lexemn
Lexemn is a high level programming language for interpreting and evaluating mathematical expressions. It will also feature the capability to plot functions and solve basic equations.
HamedStack/HamedStack.SyntaxMania
Empowering you to create your own parser.
Luke-Rule/C-Compiler
A Compiler from C to x86 GCC-8.1.0 64-bit assembly, written in C.
marklauter/interpreter-redux
Remembering how lexical analysis and recursive descent parsing works.
yaaama/clox
Interpreter written in C for the "Lox" language