lexical-analysis topic

List lexical-analysis repositories

compiler

167
Stars
42
Forks
Watchers

Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison

santiago

86
Stars
6
Forks
Watchers

Santiago is a lexing and parsing toolkit for Rust

PyLex

64
Stars
2
Forks
Watchers

Perform lexical analysis on words, one word at a time.

alexa

60
Stars
6
Forks
Watchers

A Lexical Analyzer Generator

SqlBatis

35
Stars
18
Forks
Watchers

A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite etc..

Compiler-Design

28
Stars
11
Forks
Watchers

A repository containing all experiments for the course Compiler Design.

blink-lexer

28
Stars
33
Forks
Watchers

Starting code of the first challenge in the Let's Build a Programming Language series.

c-compiler

102
Stars
31
Forks
Watchers

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.

compiler

21
Stars
4
Forks
Watchers

YADJC (Yet Another Dummy Java Compiler) with Lexical and Parser generators.