decaf
There are 34 repositories under decaf topic.
decaf-lang/decaf
The new Decaf compiler, rewritten in "modern" Java
decaf-lang/decaf-rs
The Decaf compiler, written in Rust
Extreme-classification/DECAF
DECAF: Deep Extreme Classification with Label Features
Zebreu/ConvolutionalEmotion
A deep convolutional neural network system for live emotion detection
hkveeranki/Decaf-Compiler
Compiler for Decaf Programming Language
otrv4/libgoldilocks
An implementation of Mike Hamburg's Ed448 (Goldilocks) curve - derived from libdecaf. This is a mirror of https://bugs.otr.im/otrv4/libgoldilocks
SeyedAlirezaFatemi/decaf-compiler
A compiler for decaf programming language written in python using Lark. Target language is MIPS.
decaf-lang/decaf-in-scala
The Decaf compiler, written in Scala
anikristo/DeCAF
Replication of DeCAF paper's experiments for transfer learning
kulinshah98/decaf-compiler
C++ implementation of decaf compiler using bison and flex
otrv4/little-ed448-Goldilocks
A pure ed448-Goldilocks implementation of Mike Hamburg's lib decaf: https://sourceforge.net/p/ed448goldilocks/code/ci/master/tree/
renzibei/minidecaf-rust
A rust compiler for minidecaf
NonlinearTime/DecafCompiler
A decaf complier
roozbehsayadi/decaf-compiler
Decaf Compiler written in Java
daminals/Decaf_Compiler
A compiler for Java-like language "Decaf" built with Ply in Python
DECAF/blog.decaf.de
DECAF Blog
pumpkini/compiler
Decaf to mips compiler using python
tarlaun/Compiler
Compiler Design Course Project - Fall 2020. A compiler written with Lark, for compiling Decaf to MIPS assembly executable code + a flex scanner for Decaf
adeys/decaf-lang
Minimal Decaf interpreter built in Dart
char-fish-after-lunch/DeCat
A Compiler for decaf programming language
Compiler-Design-2022/project-phase3-turn-it-on
A compiler that compiles from decaf to MIPS32 assembly. Hosted on decaf-compiler.ckodser.ir
erician/decaf-compiler
a compiler of decaf language, to translate advance language to MIPS codes
LinddM/Cursed-compiler
Compiler for decaf
mariobecerra/decaf_compiler
A compiler for a simple object-oriented programming language called Decaf.
msafari/Decaf-Compiler
Working compiler for Decaf programming language
SMahdiFaghih/Compiler-Group
The project of The university course, Design of Compilers. This project is about designing a Compiler for Decaf language written in Java using jflex and javacup.
zhwhong/Decaf_Compiler
a small compiler for decaf language
hyunicode/parser
decaf语言的词法分析和语法分析的实现
zhangjunphy/decaf
An implementation of the Decaf language
zhangjunphy/recaf
Rust implementation of the decaf language
hasnainnaeem/Decaf-Lexer-Parser
Lexer & parser development using Antlr4 for a programming language named "Decaf". "Theory of Automata & Formal Languages" course concepts were applied in this project.