semantic-analyzer
There are 69 repositories under semantic-analyzer topic.
ArashPartow/exprtk
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
MaxDesiatov/Typology
Swift type checking and semantic analysis for developer tools
Hyper5phere/simple-c-compiler
Simple C Compiler written in Python
mrLSD/semantic-analyzer-rs
Semantic analyzer library for compilers written in Rust for semantic analysis of programming languages AST
mohllal/semantic-analyzer
A Java semantic analyzer application for a subset of the Java programming language.
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
Yeaseen/EduCComp
: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
mishal23/mini-c-compiler
Projects for Lexical Analyzer, Parser, Semantic Analyzer and ICG Phase in Compiler for subset of C type Language
RalfKoban/xml-semantic-external-parser
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.
ink-analyzer/ink-analyzer
A collection of modular and reusable libraries and tools for semantic analysis of ink! smart contracts.
KhaledAshrafH/Tiny-Compiler
This project is a fully functional compiler for the TINY programming language, which is a language that supports basic arithmetic, boolean, and control flow operations. The compiler can scan, parse, and run code written in the TINY language.
RalfKoban/resx-semantic-external-parser
A semantic external parser for .resx files that can be used together with GMaster, PlasticSCM or SemanticMerge.
ellietoulabi/c-like-language-compiler
Flex-Bison based lexer/parser/code generator implementation for C-like language
brunocampos01/compiladores
Aulas, exercícios e resumos da matéria introdução à compiladores (INE5622).
RalfKoban/ts-semantic-external-parser
A semantic external parser for TypeScript files that can be used together with GMaster, PlasticSCM or SemanticMerge.
elenjendro/TinyC-Compiler
An implementation from a tinyC compiler made for a University class.
gyani-codes/Compiler-Design
Semester 6 toy compiler project
MuhammadAmas/LangX-Compiler
It is a compiler of our custom language LangX which is inspired from Python and C++.
shivangraikar/NLP-Patient-summary
Natural language processing project to calculate patient readmission probability and summary of notes.
truemogician/Compiler
A compilation system with lexer, parser, semantic analyzer, and a C-like language based on them
vamsi3/IITB-Programming-Languages
[CS302 / CS316 - IIT Bombay] A Language Processor for a Subset of C
zarif98sjs/Yet-Another-C-Compiler
A subset C compiler made with flex, bison and a lot of patience. Accompanied with some tips and tricks, and a small tutorial
davidsonbrsilva/aquascript
A simple procedural programming language.
scjoaoantonio/trab_compiladores
Compilador para uma linguagem descrita como "Mini-C" programada em Python
abdullahemad12/abcoolc
A MIPS assembly compiler for COOL.
giuliano-macedo/obc
Simple version of C Compiler written in python with lark library
ice-bubble/LiteCompiler
编译原理实践课作业——简单的词法分析器、语法分析器和语义分析器
KernelWar/KidCode
Compilador de pseudocódigo en Java con interfaz grafica(editor de código, consola para ver errores, tabla de tokens, generador de código intermedio y generador de árbol sintáctico).
omkarprabhu-98/basic-c-compiler-frontend
Frontend phases for a basic C compiler
rahulkumdas/Mini-Compiler-project
This repo contain all the analysis phases of compiler implemented in c.
SwastikUdupa/mini-compiler
Mini-compiler to compiler a custom language as part of the course plan for Automata Theory and Compiler Design
joanmontas/MIC-C
C-Like compiler for a niche architecture.
Morteza363831/simple-c-compiler
A simple compiler for C language
sch0penheimer/Pascal-Compiler
An on-going Pascal Compiler project implemented in C++. It follows a classical multi-phase architecture, including Lexical Analysis (Scanning), Syntax Analysis (Parsing), Semantic Analysis, Intermediate Code Generation, and Optimization.
ZunainAliAzam/LangX-Compiler
It is a compiler of our custom language LangX which is inspired from Python and C++.