There are 7 repositories under lexical-analyzer topic.
Yet another high-performance C++ regex library and lexical analyzer generator like Flex: 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.
A lexical analyzer based on DFA that is built using JS and supports multi-language extensions / 一个基于DFA的支持多语言扩展的JS版开源词法分析器
Another sass compiler write from scatch,runnable on both node and browser
A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行。基于 LR 实现 eval
:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).
All the weekly lab work of the subject 18CSC304J Compiler Design.
Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library
These are my programs for compiler design lab work in my sixth semester
KTU 7th Semester Compiler Design lab programs along with algorithms
Course Project in Compiler Design - A compiler for a subset of the C language
A toolset for Amharic Language pre-processing. Includes an Amharic Stemmer, Transliterator, Stopword remover , Lexical analyzer, Corpus indexer and Term weighter.
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
🍁 Compiler Compiler based on CSharp with GUI Program
: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
Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.
Projects for Lexical Analyzer, Parser, Semantic Analyzer and ICG Phase in Compiler for subset of C type Language
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器
Programs for Compiler Design course CS601 using Lex and C.
Compiler Design Lab Programs
A Mini Compiler for Python, that parses the If-Else and While constructs, developed using Lex and Yacc
These are the various assignments that were done as a part of the Compiler Design Laboratory
An open source lexer generator
Basic Interpreter for C like language written in Java
This repository contains the source code for Lexical Analyzer for C++ Language.
C++ ( C++ 17 ) codes for creating a Lexical and LL1 Syntax Analyser
System Programming and Compiler Construction programs
Lexical Analyzer (in C# with GUI)
An efficient Lexer and recursive decent parser for c++ language. Implemented in Python
Building compilers for lexical analysis & parsing