tiny-language
There are 13 repositories under tiny-language topic.
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.
feliposz/tutorial-compiladores
Vamos construir um compilador. Tradução e adaptação do tutorial Let's Build A Compiler de Jack Crenshaw.
svpra/owolang
"Owolang" is a smol lang written in C++ using LLVM
KareimGazer/Tiny-Scanner
The Scanner part of a compiler for the Tiny Language
C0mRD/brocode
A tiny programming language using Antlr4 python
MahendraSH/Tiny-compiler
scanner and parser for tiny lang
MarioGamal/TINYCompiler
Compiler Implementation for TINY programming language
orcalinux/tiny-language-compiler
A compiler for a simple programming language with lexical analysis, parsing, and a user-friendly interface. Ideal for learning how compilers are built.
Dimitry-bit/tiny-compiler
A lightweight simple Tiny language compiler written in C#.
Michael-M-aher/Tiny-Language-Compiler
A Compiler for Tiny Language built using C++
Mohannad35/Tiny-Parser-Scanner
TINY language Parser and Scanner