Become a sponsor to Cr0a3
Cr0a3
Hi,
I am Cr0a3.
My real name is Toni, I am 14 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).
I worked on ygen for ~6 months, i learned a lot and even got an Internship offer.
Then this year i took a break from compilers and learned web development, blocktus!
After more than a 9 month break i finally started yet another code generation library.
Featured work
-
Cr0a3/ygen
Ygen - Yet another code generation libary (abandoned)
Rust 111