lexical-analysis topic
compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
santiago
Santiago is a lexing and parsing toolkit for Rust
PyLex
Perform lexical analysis on words, one word at a time.
SqlBatis
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite etc..
Compiler-Design
A repository containing all experiments for the course Compiler Design.
blink-lexer
Starting code of the first challenge in the Let's Build a Programming Language series.
c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.