From 29789cf246b76bec92a951ecb239718a36d72129 Mon Sep 17 00:00:00 2001 From: Patric Bucher Date: Fri, 5 Jul 2024 23:05:57 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff7c0b8..e0b3b07 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Hi, this is **Neon** - a toy language ## Why -Nobody needs another programming language. I just want to teach me two things. +Nobody needs another programming language. I just want to teach me two things: -- How to write a compiler and a virtual machine -- How to use Rust +- How to build a compiler and a virtual machine +- How to use Rust doing this So, I'm building **Neon**.