lexical-analyzer
There are 513 repositories under lexical-analyzer topic.
jflex-de/jflex
The fast scanner generator for Java™ with full Unicode support
Genivia/RE-flex
A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
WGrape/lexer
A lexical analyzer based on DFA that is built using JS and supports multi-language extensions / 一个基于DFA的支持多语言扩展的JS版开源词法分析器
wizardpisces/tiny-sass-compiler
Another sass compiler write from scatch,runnable on both node and browser
mantoufan/yzhanJSInterpreter
A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行。基于 LR 实现 eval
shushrutsharma/18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
jafarlihi/clex
clex is a simple lexer generator
LSYS/LexicalRichness
:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).
Jaysmito101/lexpp
Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library
PratikSavla/compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
anaghasethu/KTU-sem7-compilerdesign-programs
KTU 7th Semester Compiler Design lab programs along with algorithms
baik-lang/baik-next
Baik Language Next Release
kaushiksk/mini-c-compiler
Course Project in Compiler Design - A compiler for a subset of the C language
liulalemx/felig-toolkit
A toolset for Amharic Language pre-processing. Includes an Amharic Stemmer, Transliterator, Stopword remover , Lexical analyzer, Corpus indexer and Term weighter.
Subangkar/Compiler-CSE-310-BUET
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 CSE 310 in undergraduate studies in CSE, BUET
Rabrg/jlex
A lexical analyzer for Java source code written in Python
Yeaseen/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 sessional course CSE310 in undergradute studies in CSE, BUET
yakout/compiler
YADJC (Yet Another Dummy Java Compiler) with Lexical and Parser generators.
rollrat/compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
mishal23/mini-c-compiler
Projects for Lexical Analyzer, Parser, Semantic Analyzer and ICG Phase in Compiler for subset of C type Language
SoftCircuits/Silk
Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.
tanmaya0102/Compiler-Design-Programs
Compiler Design Lab Programs
Ma-Yuyao/Lexical-Analyzer-Syntactic-Analyzer
Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器
orkhan-huseyn/basic-interpreter
Basic Interpreter for C like language written in Java
zsmoore/lexr
Lexical analyzer for Javascript developers
AsliRoy/Compiler-Design-Laboratory
These are the various assignments that were done as a part of the Compiler Design Laboratory
howl-anderson/MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Kadle11/Mini-Python-Compiler-in-Lex-and-Yacc
A Mini Compiler for Python, that parses the If-Else and While constructs, developed using Lex and Yacc
sergey0xff/lexit
An open source lexer generator
Akshit6828/Lexical-Analyzer
This repository contains the source code for Lexical Analyzer for C++ Language.
rickydebojeet/compiler-programs
Programs for Compiler Design course CS601 using Lex and C.
yazdipour/csharp-lexical-analyzer
Lexical Analyzer (in C# with GUI)
huzaifamaw/Lexical_Analyzer-Parser_Implemented-in-Python
An efficient Lexer and recursive decent parser for c++ language. Implemented in Python
Showndarya/SPCC
System Programming and Compiler Construction programs
inofficialamanjha/Lexical-And-Syntax-Analyser
C++ ( C++ 17 ) codes for creating a Lexical and LL1 Syntax Analyser
pranjay-poddar/Compiler-Design-Mini-Project-18CSC304J
Compiler Design Mini Project