lexical-analyzer topic

List lexical-analyzer repositories

clex

92
Stars
7
Forks
Watchers

clex is a simple lexer generator

LexicalRichness

80
Stars
19
Forks
Watchers

:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).

jlex

22
Stars
6
Forks
Watchers

A lexical analyzer for Java source code written in Python

mini-c-compiler

37
Stars
22
Forks
Watchers

Course Project in Compiler Design - A compiler for a subset of the C language

basic-interpreter

15
Stars
6
Forks
Watchers

Basic Interpreter for C like language written in Java

yzhanJSInterpreter

207
Stars
4
Forks
Watchers

A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行。基于 LR 实现 eval

compiler-design-lab

59
Stars
23
Forks
Watchers

These are my programs for compiler design lab work in my sixth semester

compiler-compiler

19
Stars
2
Forks
Watchers

🍁 Compiler Compiler based on CSharp with GUI Program

c-compiler

21
Stars
3
Forks
Watchers

: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...