From 7ec92bde27617b122223bd7f5f0bd3e7b68fa24a Mon Sep 17 00:00:00 2001 From: apoorva-25 <66899934+apoorva-25@users.noreply.github.com> Date: Tue, 6 Oct 2020 21:31:53 +0530 Subject: [PATCH] Update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index cd65780..437a854 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ +LEMON PROGRAMMING LANGUAGE: + Lemon is an open source programming language. + Lemon's syntax is like C/C++ and Java with dynamic typing. + Everything is object, integer, number, function, class even type. + Lemon's implementation is 25k sloc ANSI C without dependencies. + require: lemon liblemon.so