From 9f07955b3001a5e8543e84a95ab35ea7b4a6aa65 Mon Sep 17 00:00:00 2001 From: PyGamer0 <64531844+PyGamer0@users.noreply.github.com> Date: Sat, 12 Mar 2022 20:24:39 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25b1c95..78a5d47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Noxan -> The noxan golfing language is a prefix programming language. +Noxan is a prefix based programming language that is designed for code golfing. ## Get started -For example, `+1 +3 4` is tokenized as `1 + 3 + 4`. +Since Noxan is prefix, operators come before their operands. +For example, `+1 +3 4` is similar to `1 + 3 + 4` in infix.