An open API service aggregating public data about GitHub Sponsors.

cr0a3

View JSON Representation

I am Cr0a3

Funding Links: https://github.com/sponsors/Cr0a3

GitHub Sponsors Profile

Hi,
I am Cr0a3.
My real name is Toni, I am 13 years old and live in Germany.
I got into programming at a really young age (8yrs).
Since I started programming I always wanted to create my own programming language.
My first language was a simple assembly like tranpiler to assembly which just lowers constant, calls and function arguments. No big deal. It didn‘t had any kind of what a normal programming language is. Just a lexer, parser, transpiler in one.
Then after 2 years I got really interrested in compiler design mostly the code generation part of it.
My first code generation libary was called CodeGenLib. Then it quickly became to complex and i started another libary called rllvm which also quickly got really messy.
Then I started working on ygen. It is my most advanced code generation libary with decent llvm intercompatility (it supports, directly or indirectly trough other ir nodes, 55% of llvm ir nodes).

Featured Works

Cr0a3/ygen

Ygen - Yet another code generation libary

Language: Rust - Stars: 106