CobbCoding1 / unnamed-lang

A compiler for a programming language written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnamed-lang

A programming language compiler built using C. For learning purposes only!

The goal of this language was to compile FizzBuzz entirely, which meant writing to stdout, loops, mod operator, and if statements were required, which were all implemented. To see how the syntax looks, checks the examples folder.

The project is not planned to go any further than its current state.

Was all streamed live on Twitch, and the VODs are available on my YouTube. https://www.youtube.com/@cobbcoding/ https://www.twitch.tv/cobbcoding/

Quick Start:

Dependencies: gcc, nasm

./build.sh
./build/unn <filename> <output_filename>

About

A compiler for a programming language written in C


Languages

Language:C 99.7%Language:Shell 0.3%