L

lc is the compiler for the L programming language.

Description

While making my own kernel, I realized that I wanted to use something other than C, something like C but with some modern features. I then decided to make L: a Low level programming language, resembling C, with features like slices and generics.

Sources

lc is currently hosted at https://git.xkv6.com/lc/

Related posts