serene-lang.org/content/posts/video_series.md

13 lines
743 B
Markdown

---
title: "How to build a compiler with LLVM and MLIR series"
date: 2021-08-15T23:46:46+01:00
draft: false
---
I have decided to make a video series as a guide and walk through to Serene's code base. This way
any one who is interested in Serene but never done language development will have an easier time to
get started with Serene and also it will serve as a historical documentary for some of the decisions
and implementations that we make through out the development process. The video series in accessible
via my [Youtube channel](https://www.youtube.com/c/lxsameer) and
[How to build a compiler with LLVM and MLIR](https://www.youtube.com/playlist?list=PLlONLmJCfHTo9WYfsoQvwjsa5ZB6hjOG5)
playlist. Looking forward to your feedback. ;)