GitHub topics: compiler-principles
dtcxzyw/cmmc
An unofficial reference implementation of the C Minus Minus Compiler
Language: C++ - Size: 86.3 MB - Last synced at: about 10 hours ago - Pushed at: 5 months ago - Stars: 59 - Forks: 4

Captainarash/CaptCC
A tiny C compiler written purely in JavaScript.
Language: JavaScript - Size: 106 KB - Last synced at: 4 days ago - Pushed at: almost 6 years ago - Stars: 217 - Forks: 35

colgm/colgm
self-host llvm compiler project for fun
Language: Rust - Size: 2.44 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 20 - Forks: 5

yagoprssantos/compiladores
Estudo de compiladores funcionais e análise léxica onde o compilador é desenvolvido e aprimorado a cada laboratório
Language: C - Size: 3.42 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

katef/libfsm
DFA regular expression library & friends
Language: C - Size: 7.32 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 964 - Forks: 56

AshwinSundar/teenytiny
A compiler for a dialect of BASIC
Language: Rust - Size: 30.3 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

ValKmjolnir/Nasal-Interpreter
Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.
Language: C++ - Size: 9.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 60 - Forks: 6

TiagoMaiaL/jack-syntax-analyzer-c
A Jack syntax analyzer for Nand2Tetris written in C
Language: C - Size: 145 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

JeevanJoshi4434/CompilerX
A custom language compiler built upon C language for college project.
Language: C - Size: 436 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 3

DeathKing/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
Language: Ruby - Size: 8.66 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 11,120 - Forks: 1,546

Roujack/mathAI
一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.
Language: Python - Size: 77.8 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2,344 - Forks: 566

z0gSh1u/seu-lex-yacc
Lex & Yacc CLI Tools (SeuLex, SeuYacc) / 东南大学《编译原理课程设计》
Language: TypeScript - Size: 5.23 MB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 4

mgechev/tiny-compiler
A tiny evaluator and compiler of arithmetic expressions.
Language: JavaScript - Size: 409 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 780 - Forks: 76

katef/kgt
BNF wrangling and railroad diagrams
Language: C - Size: 1.31 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 606 - Forks: 32

swgoodman/anything_to_js_compiler
Foundations of a transcompiler
Language: Ruby - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

DrEden33773/pl_0
a simple pl/0 compiler implemented in rust.
Language: Rust - Size: 145 KB - Last synced at: 16 days ago - Pushed at: 9 months ago - Stars: 35 - Forks: 1

BHznJNs/Calculator.rs
A simple command-line calculator program writen with Rust.
Language: Rust - Size: 925 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 99 - Forks: 3

VictoriaRaven/Compiler-Design-Java-GUI-version
Java version of the Compiler Theory and Design class in UMGC. It was in C language now I turned it into Java for fun.
Language: Java - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mkchoi212/LBAC-Swift
Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds
Language: Swift - Size: 384 KB - Last synced at: 1 day ago - Pushed at: over 7 years ago - Stars: 163 - Forks: 3

SKpro-glitch/Shorthand-RISC
This is a simplified assembly language with a tabular structured instruction set. This is meant for easy learning and fast implementation of assembly languages in microprocessors and microcontrollers. - Soham Kapur, VIT Chennai
Language: Java - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

netcan/compilingTheory
My course design for compiler theory (Visualization).
Language: C++ - Size: 13 MB - Last synced at: 9 days ago - Pushed at: over 8 years ago - Stars: 285 - Forks: 26

AaronDguez/Compilador_Zcript
Compilador del lenguaje Zcript para la clase de Lenguajes y Automatas
Language: C# - Size: 189 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lorainemg/grammar-analyzer
Perform certain analysis on a specific grammar.
Language: CSS - Size: 604 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nthnn/yttria-lang
Yttria programming language using LLVM bindings in pure TypeScript.
Language: TypeScript - Size: 142 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 2

howl-anderson/MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Language: Python - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 2

rafael-santiago/tulip
A domain specific language for guitar tablatures typesetting based on an old and almost lost music notation.
Language: C - Size: 15.2 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 1

chipjarred/Compiler-Deconstruction
Translation of Niklaus Wirth's Oberon-0 compiler from his Compiler Construction book into Swift, and evolution toward significant improvements in naming, structure, and readability in general.
Language: Swift - Size: 1.64 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

olbat/compiler
Compiler for a toy language (Lex & Yacc)
Language: C - Size: 113 KB - Last synced at: 15 days ago - Pushed at: over 10 years ago - Stars: 16 - Forks: 4

PedroFnseca/rinha-compiler-rust
⚙️Interpreter made with Rust
Language: Rust - Size: 8.79 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

TranBaVinhSon/Compiler
Compile KPL(Kyoto Programming Language) by C
Language: C - Size: 1.1 MB - Last synced at: 3 months ago - Pushed at: about 9 years ago - Stars: 3 - Forks: 7

fengwm64/C-Sub-Lexer-Grammer
C语言子集词法与语法分析器/Lexical and Syntactic Analyzer for a C Language Subset
Language: C++ - Size: 6.42 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Deeptiman/generic-programming
A Case Study on Golang Generic Code
Language: Go - Size: 1.2 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

wojciechpolak/wcomp
A simple educational compiler in C.
Language: C - Size: 176 KB - Last synced at: 4 months ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 0

ELKADUSUNhalifesi/unnamedWebProgrammingLanguage
If Most Sacred gives permission His Servant I will make an event based asynchronous **_monadic_** purely functional paradigm web programming language for controlling **_side effect orders/hustles_** of asynchronous event based/driven web page and application needs!
Size: 11.7 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

WeDu-official/GLC 📦
god like compiler
Language: Python - Size: 182 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Yuziquan/CppCompiler
A C# application that simulates the important workflow of a C++ compiler, continuous updating ...
Language: C# - Size: 62.2 MB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 17 - Forks: 2

SSK015/System-Interview-notes
Interview-notes on aspects of Computer Systems.
Size: 1.33 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SlimeNull/NCalculator
基于递归下降语法分析的简单计算器实现.
Language: C# - Size: 233 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

thomasvergne/thomasvergne.github.io
Main repository hosting my portfolio and blog written with Hugo.
Language: HTML - Size: 22.1 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

javiergs/CSE3400
Fundamentals of Compiler Construction
Language: Java - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

RaffayK/Just-In-Time-Compiler
Language: Python - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ErnestThePoet/ir-virtual-machine
哈尔滨工业大学/南京大学编译原理课程实验Web版IR虚拟机(含CLI版)💎The remastered Web IR Virtual Machine for HIT/NJU Compilation Principle Labs (with CLI version)
Language: TypeScript - Size: 26 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 29 - Forks: 3

Yestercafe/Emehcs 📦
A Scheme-like language interpreter
Language: C++ - Size: 117 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 13 - Forks: 3

vikramwupadrasta/Scalox
Implementation of Lox language in Scala 3 with mostly functional programming patterns. Derived work from Crafting Interpreters by Robert Nystrom.
Language: Scala - Size: 57.6 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sou3mar/java-compiler
Implementation of custom Java-like compiler using Jflex and JavaCup.
Language: Lex - Size: 1.77 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

pouyakary/university-compiler-course 📦
Projects and Exercise for the Compiler Course
Language: JavaScript - Size: 1.5 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

AntoineTalaat/Compilers-Project
Lexical and Syntactic Analysis
Language: C++ - Size: 9.75 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ayushman1024/Compiler-Design-Programs
Some important C programs on various subjects of Engineering grads students, which i have implemented in my course by myself, and are not available anywhere else on internet. Subjects like Compiler, Operating system, Data structures, Networking, Python and many more
Language: C - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

yjhmelody/compiler-lab
My complier course's lab
Language: Go - Size: 1.43 MB - Last synced at: 9 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

joaomlneto/mayfly-compiler
Compilers course project @ IST 2013
Language: C++ - Size: 641 KB - Last synced at: 22 days ago - Pushed at: about 12 years ago - Stars: 3 - Forks: 12

disc0ver-csu/compiler-principles
Language: C++ - Size: 16.9 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 3

SeaWar741/Baby_Duck
Baby_Duck is an imperative and procedural programming language designed for teaching fundamental concepts of compiling and executing programs. This micro-language allows users to become familiar with the structure and control flow of classic programming languages, providing a simplified environment for learning basic syntax and semantics.
Language: Python - Size: 4.98 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jsemaljaa/ifj22-compiler
The project from Formal Languages and Compilers university course (2022/23)
Language: C - Size: 1.61 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

sainath09/Simple-Compiler
This is a minimal language build on top of java virtual machine for image processing
Language: Java - Size: 4.46 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

jashshah127/compiler-design
compiler-design code in c++
Language: C - Size: 374 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Hibiki33/Compiler
Language: C++ - Size: 1.21 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sumanyumuku98/Compiler-Design
Compiler Design Practicals
Language: C++ - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

gopinath-balu/SICP
Exercises of SICP.
Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Nuolong/bminor-nano-syntax-highlighting
A .nanorc file for syntax highlighting in nano for the B-Minor programming language used in Notre Dame's Introduction to Compilers and Language Design course.
Language: Makefile - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AOSauron/compiler-clooc
clooc - Compilateur de LOOC en assembleur MicroPIUP/ASM - Projet de compilation TELECOM Nancy 2016-2017
Language: Java - Size: 18.1 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

nrsharip/c-compiler
Hybrid Language Compiler: Inline IA-32 Assembler Language intrinsics as a part of C language
Language: C - Size: 1.22 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

GauthamBellamkonda/Nabla
This language is developed as a part of the Compilers course @ IIT Hyderabad, under Dr. Ramakrishna Upadrasta
Language: C++ - Size: 17.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

drbeco/hellex
Simple "Hello World" for lex (flex) and yacc (bison) compiler of compilers
Language: Makefile - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 17 - Forks: 10

James-QiuHaoran/simple-compilers
Several simple compilers/interpreters implemented in C/C++ or Haskell, e.g. music notation compiler (simple music notation to abc notation), several compilers for toy programming languages, and an interpreter for a JavaScript-like programming language.
Language: C - Size: 407 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 1

StefanoMunari/FAC-docs
The Software Design Document of the F Academic Compiler (FAC)
Language: TeX - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

AlexP11223/minic-edu-app
Very basic IDE and visualization/simulation of Mini-C compiler. Tokens, AST, bytecode step-by-step execution
Language: Kotlin - Size: 109 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 1

ChaiShalev18/Scheme-Compiler
This project is a compiler for the Scheme programming language, implemented in OCaml.
Language: OCaml - Size: 39.1 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

SachinGanesh/CompilerDesign
A mini project for understanding Compiler Design (2015)
Language: CSS - Size: 962 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

rafael-santiago/expr
A very simple code showing the technique of how to solve expressions using RPN.
Language: C - Size: 51.8 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

uzairrj/Buffer-In-Compilers
A buffer used in compillers, Purely developed in C.
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 0

MuGdxy/MuCplGen
a header-only crossplatform type-safe dynamic compiler generator based on C++ 17.
Language: C++ - Size: 1.74 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 1

liuly0322/sysyf_compiler_codegen_opt
From lexical to optimization
Language: C++ - Size: 13.3 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

ealpizarp/Extended-Triangle-Compiler
An extension of the Triangle compiler originally developed in the book Programming Language Processors in Java (Watt & Brown, 2000)
Language: Java - Size: 1.31 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

gholomia/Chronicle
Learn how to create a new programming language and write your own compiler.
Language: Java - Size: 5.25 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 0

Wwarrior1/simplifier
[Theory Of Compilation] Academic project of Simplifier
Language: Scala - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

Wwarrior1/Compiler Fork of pgrabiec/Interpreter
[Theory Of Compilation] Academic project of Compiler
Language: Python - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

Modnars/HIT-Compilers-Experiment
哈工大《编译原理》实验
Language: C++ - Size: 602 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

hzqmwne/Compilers
SJTU SE302 编译原理与技术 Tiger编译器
Language: C - Size: 325 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 39 - Forks: 10

TomsPillow/LR1-Parser
LR1-Parser可作为编译前端语法分析部件,基于Burke-Fisher错误恢复方案,和LR(1)算法开发,包括LR(1)分析表生成器模块和分析栈模块。
Language: C++ - Size: 6.11 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Daniel-Boll/pile
The oficial repo for the pile lang
Language: C++ - Size: 128 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

inofficialamanjha/Lexical-And-Syntax-Analyser
C++ ( C++ 17 ) codes for creating a Lexical and LL1 Syntax Analyser
Language: C++ - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

FrancisBFTC/Plax_Compiler
Este projeto é um novo compilador que está sendo desenvolvido, A Linguagem Plax. O Plax (Predefined Language of Automated eXecution) é uma linguagem compilada e multi-paradigma no intuito de ser dinâmica e rápida, a linguagem contém junções de paradigmas e diferentes sintaxes.
Language: C++ - Size: 6.23 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

AlbertZheng/zlang-zvm
Z-Language is a robust, flexible, high-speed strongly-typed embedded language for C++ application. Its Lexical, Syntax, Semantic Compilers, and the Bytecode Virtual Machine are provided too.
Language: C++ - Size: 1.74 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 13 - Forks: 1

heqin-zhu/PL0-parser
:six_pointed_star: A tiny parser for a dynamic strong typing programming language based on PL0.
Language: Python - Size: 6.57 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 2

jecepeda/functional-compiler
A pseudocode compiler and interpreter using haskell, alex and happy
Language: Haskell - Size: 880 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 1

bizhong/compiler-principle-experiments 📦
JavaScript 实现《编译原理》实验:词法分析和算术表达式语法分析。
Language: HTML - Size: 438 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 2

Kahsolt/PL0 📦
A toy compiler for PL/0(Minimal Pascal) thating compling to PCode... Interpreter not fullfiled however...
Language: Lua - Size: 267 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Kahsolt/Istah 📦
Pseudo script programming language named Istah, and interpreting system written in Lua.
Language: Lua - Size: 1.15 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

LovesAsuna/TinyParser 📦
Tiny Grammar Parser
Language: Kotlin - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LovesAsuna/LLAnalyzer 📦
LLAnalyzer
Language: Kotlin - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

LovesAsuna/RegexParser 📦
Regex Parser
Language: Kotlin - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

indianwhocodes/PLP2017
LL (1) Compiler Implementation (2017)
Language: Java - Size: 4.64 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

ComprosoftCEO/SCC
Simple C Compiler
Language: C++ - Size: 171 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

shellqiqi/SeuYacc
Yet another compiler-compiler written in Kotlin
Language: Kotlin - Size: 90.8 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 2

bashkirtsevich-llc/cmm32
C-- compiler
Language: Assembly - Size: 496 KB - Last synced at: 29 days ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

Leonardo-Rocha/Xpp-Compiler
A Xpp compiler as a Java library for study purpose.
Language: Java - Size: 127 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

sr1jan/grok-compiler
grokking compilers...
Language: Python - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

AntonioFuziy/logica-computacao
A project to build a C compiler from scratch
Language: Python - Size: 467 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Gulnaz-18/flex-Compilers-
Simple Regular Expressions and associated action routines for a flex lexer.
Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

joaogcfa/Ccompiler
C compiler made in python
Language: Python - Size: 256 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
