From 1968e7ff142d184a503999cbf2b3d05edcabdc5c Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Sat, 5 Mar 2022 20:55:02 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa2ea9b..66d67ab 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Hycron -Programming language that compiles to C +Programming language that compiles to JavaScript -Note: The syntax can still be changed, if you have an idea, feel free to make an issues about it. +Note: The syntax can still be changed and also the compile target (I'm still finding out what target will suit this the best) if you have an idea, feel free to create an issues about it. # Prerequistie -- `clang` and `clang-format` +- `node` or any JavaScript runner - Rust (if you're going to build from source) # TODO