compiler-designs
There are 18 repositories under compiler-designs topic.
katef/kgt
BNF wrangling and railroad diagrams
One-Language/One
One (onelang) is an open-source system programming language that makes it easy to build reliable, efficient and performant software. (release as soon) 1️⃣ 🕐 🩱
BaseMax/AwesomeCompiler
The Big list of the github, open-source compilers.
pfalcon/graph-llvm-ir
Visualization of LLVM IR
BaseMax/ETCompilerGenerator
A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output. (lexer, parser, generator, flex, bison)
Shakilgithub20/Compiler-Construction-Lab
These are Premier University Compiler-Construction-Lab program (eight semester).
mohammedhrima/Wolf-Compiler
Compiler made for fun (in progress...)
Enriqe/CanvasCompiler
Simple compiler built in Python with a graphical output interface
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
ComprosoftCEO/SCC
Simple C Compiler
plmcsit/LexiCom
Lexicom stands for Lexis Compiler is a compiler for a proposed programming language named "Lexis". Lexicom is an iterative project for Automata/Compiler Design and partial fulfillment of the requirements for the Degree Bachelor of Science in Computer Studies (BSCS) Major in Computer Science.
abhishekjiitr/compiler-lab
tutorial solutions for compiler design lab
afhamahmed1/BASIC
BASIC Compiler Implemented on C++
mostofashakib/Lexical-Analyzer
A lexical analyzer that can identify lexemes and tokens found in a source code file provided by the user. Once the analyzer has identified the lexemes of the language and matched them to a token group, the program then prints each lexeme and token pair to the screen
st3v3nmw/c-compiler
A compiler for a subset of the C programming language.
Varunram/Compiler
x86 C compiler in Ruby
yurrriq/blorg
C-c C-e P p >>=
AhmedDiaa0212/ADLexSyn
ADLexSyn is a comprehensive project that explores the fundamental aspects of lexical analysis, syntax analysis, and symbol table management within the context of programming language processing.