From 53bab42468a7a6bb9a830a62e9336ef1dace903b Mon Sep 17 00:00:00 2001 From: Rahil <44476072+Rahilkaxi@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:11:11 +0530 Subject: [PATCH 1/3] Update index.html --- template/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/template/index.html b/template/index.html index 9318db1..18a384c 100644 --- a/template/index.html +++ b/template/index.html @@ -3,6 +3,7 @@ {% include template/base.html %}
Lemon is an open source programming language.
From 6639343f29cfb00343a39e02c45e19d6aadd84ef Mon Sep 17 00:00:00 2001 From: Rahil <44476072+Rahilkaxi@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:13:52 +0530 Subject: [PATCH 2/3] Add files via upload --- 404.html | 50 ++++++++++++++++++++++++++++++++++++++++ error-404-monochrome.svg | 1 + 2 files changed, 51 insertions(+) create mode 100644 404.html create mode 100644 error-404-monochrome.svg diff --git a/404.html b/404.html new file mode 100644 index 0000000..3b32c08 --- /dev/null +++ b/404.html @@ -0,0 +1,50 @@ +{% set title %}The Lemon Programming Language{% end %} +{% set home %}1{% end %} +{% include template/base.html %} +
+def hello(var name) {
+ print('Hello', name);
+}
+
+hello('World');
+
+ + Lemon's syntax is like C/C++ and Java with dynamic typing. +
++ Lemon's implementation is 25k sloc ANSI C without dependencies. +
++ Everything is object, integer, number, function, class even type. +
++ Lemon is licensed under the MIT Public License. +
+
-def hello(var name) {
- print('Hello', name);
-}
-
-hello('World');
-
- - Lemon's syntax is like C/C++ and Java with dynamic typing. -
-- Lemon's implementation is 25k sloc ANSI C without dependencies. -
-- Everything is object, integer, number, function, class even type. -
-- Lemon is licensed under the MIT Public License. -
+ + + + + + + + + +