summaryrefslogtreecommitdiff
path: root/content/projects/lc.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/lc.md')
-rw-r--r--content/projects/lc.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/projects/lc.md b/content/projects/lc.md
new file mode 100644
index 0000000..f7198d8
--- /dev/null
+++ b/content/projects/lc.md
@@ -0,0 +1,12 @@
+<!-- title: lc -->
+
+## 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 **L**ow level programming language, resembling C, with features like **slices**, **generics** and **modules**.
+
+#### Sources
+lc is currently hosted on Sourcehut at [https://git.sr.ht/~lolzdev/lc](https://git.sr.ht/~lolzdev/lc)
+
+#### Related posts