From d4f382ef1a4e07aef25f748f038b5b0f82a21322 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 15 Jan 2024 23:42:09 +0100 Subject: [PATCH] update intro --- index.html | 2 +- index.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 55461dd2f..2aadeeb3b 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@

Summary

-

LIPS is poweful Scheme based lisp interpreter written in JavaScript. The name is recursive acronym which stands for LIPS Is Pretty Simple. The interpreter have very good integration with JavaScript.

+

LIPS is poweful Scheme based lisp interpreter written in JavaScript. The name is recursive acronym which stands for LIPS Is Pretty Simple. The interpreter have very good integration with JavaScript. The aim of the project is to support full Specification R7RS of Scheme Programming Language.

Key features of the interpreter:

  • Literal regular expression.
  • diff --git a/index.tmpl b/index.tmpl index 47a23f0f1..e2c673a4a 100644 --- a/index.tmpl +++ b/index.tmpl @@ -8,7 +8,7 @@ {{HEAD}}

    Summary

    -

    LIPS is poweful Scheme based lisp interpreter written in JavaScript. The name is recursive acronym which stands for LIPS Is Pretty Simple. The interpreter have very good integration with JavaScript.

    +

    LIPS is poweful Scheme based lisp interpreter written in JavaScript. The name is recursive acronym which stands for LIPS Is Pretty Simple. The interpreter have very good integration with JavaScript. The aim of the project is to support full Specification R7RS of Scheme Programming Language.

    Key features of the interpreter:

    • Literal regular expression.