lexical-analyzer topic
clex
clex is a simple lexer generator
LexicalRichness
:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).
jlex
A lexical analyzer for Java source code written in Python
mini-c-compiler
Course Project in Compiler Design - A compiler for a subset of the C language
baik-next
Baik Language Next Release
basic-interpreter
Basic Interpreter for C like language written in Java
yzhanJSInterpreter
A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行。基于 LR 实现 eval
compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
c-compiler
:hamburger: A subset of C Compiler[Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator] , DAG & TAC implemented in C++ using Flex and Yacc-Bison as an assignment of ses...