lexical-analyzer topic

List lexical-analyzer repositories

Compiler-CSE-310-BUET

25
Stars
1
Forks
Watchers

A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course...

MicroCompiler

15
Stars
2
Forks
Watchers

一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser

felig-toolkit

28
Stars
4
Forks
Watchers

A toolset for Amharic Language pre-processing. Includes an Amharic Stemmer, Transliterator, Stopword remover , Lexical analyzer, Corpus indexer and Term weighter.

Compiler-Design-Laboratory

16
Stars
7
Forks
Watchers

These are the various assignments that were done as a part of the Compiler Design Laboratory

KTU-sem7-compilerdesign-programs

49
Stars
24
Forks
Watchers

KTU 7th Semester Compiler Design lab programs along with algorithms

mini-c-compiler

19
Stars
23
Forks
Watchers

Projects for Lexical Analyzer, Parser, Semantic Analyzer and ICG Phase in Compiler for subset of C type Language

Lexical-Analyzer-Syntactic-Analyzer

16
Stars
5
Forks
Watchers

Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器