University Work

During my bachelor's and master's studies, I produced a variety of stuff. This, among others, includes slides, projects, papers, and theses. I compiled a little list of the more interesting things:

The Anatomy of R code
I coauthored a paper about the anatomy of real-world R code. The paper conducts a large-scale, static analysis of more than 50 million lines of R code to identify their characteristics and the features that are actually used. It was accepted at MSR 2024.
Paper
Bachelor Thesis
My bachelor thesis extended the MOSTflexiPL project by adding a backend to the compiler that uses LLVM to lower MOSTflexiPL to machine code.
Thesis, Code