cr0a3
I am Cr0a3
Funding Links: https://github.com/sponsors/Cr0a3
- Name: Cr0a3
- Location: Germany
- Kind: user
- Followers: 40
- Following: 10
- Total stars: 3
- Repositories count: 1
- Created at: 2023-05-01T13:42:34.359Z
- Updated at: 2025-03-25T20:01:55.060Z
- Last synced at: 2025-03-25T20:01:55.059Z
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).
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
Cr0a3/ygen
Ygen - Yet another code generation libary
Language: Rust - Stars: 106