diff --git a/README-en-linux.template b/README-en-linux.template index a0c815f..4570324 100644 --- a/README-en-linux.template +++ b/README-en-linux.template @@ -90,6 +90,12 @@ Run the Demo example $ ./velisp examples/demo.lsp ``` +Run the Slides example + +``` +$ ./velisp examples/slides.lsp +``` + #### Run code from standard input ``` diff --git a/README-en-macos.template b/README-en-macos.template index 18c057e..c9aa012 100644 --- a/README-en-macos.template +++ b/README-en-macos.template @@ -98,6 +98,12 @@ Run the Demo example % ./velisp examples/demo.lsp ``` +Run the Slides example + +``` +% ./velisp examples/slides.lsp +``` + #### Run code from standard input ``` diff --git a/README-en-windows.template b/README-en-windows.template index 3188901..a479884 100644 --- a/README-en-windows.template +++ b/README-en-windows.template @@ -115,6 +115,12 @@ Run the Demo example > velisp examples\demo.lsp ``` +Run the Slides example + +``` +> velisp examples\slides.lsp +``` + #### Run code from standard input ``` @@ -157,6 +163,7 @@ _$ (load "calc") _$ (load "mines") _$ (load "fifteen") _$ (load "demo") +_$ (load "slides") ``` ### License diff --git a/README-ru-linux.template b/README-ru-linux.template index 50380df..f750c6d 100644 --- a/README-ru-linux.template +++ b/README-ru-linux.template @@ -90,6 +90,12 @@ $ ./velisp examples/fifteen.lsp $ ./velisp examples/demo.lsp ``` +Запускаем пример Слайды + +``` +$ ./velisp examples/slides.lsp +``` + #### Запускаем код из стандартного ввода ``` diff --git a/README-ru-macos.template b/README-ru-macos.template index 5918a42..c1cd322 100644 --- a/README-ru-macos.template +++ b/README-ru-macos.template @@ -97,6 +97,12 @@ _$ (quit) % ./velisp examples/demo.lsp ``` +Запускаем пример Слайды + +``` +% ./velisp examples/slides.lsp +``` + #### Запускаем код из стандартного ввода ``` diff --git a/README-ru-windows.template b/README-ru-windows.template index ddd20b9..953f4a4 100644 --- a/README-ru-windows.template +++ b/README-ru-windows.template @@ -115,6 +115,12 @@ _$ (quit) > velisp examples\demo.lsp ``` +Запускаем пример Слайды + +``` +> velisp examples\slides.lsp +``` + #### Запускаем код из стандартного ввода ``` @@ -157,6 +163,7 @@ _$ (load "calc") _$ (load "mines") _$ (load "fifteen") _$ (load "demo") +_$ (load "slides") ``` ### Лицензия diff --git a/README-ru.md b/README-ru.md index 0377195..e055895 100644 --- a/README-ru.md +++ b/README-ru.md @@ -34,19 +34,19 @@ #### Автоматическая установка -1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-win-x64-setup.zip +1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-win-x64-setup.zip 2. Откройте папку Загрузки -3. Распакуйте velisp-0.7.8-win-x64-setup.zip -4. Запустите velisp-0.7.8-win-x64-setup.exe +3. Распакуйте velisp-0.7.9-win-x64-setup.zip +4. Запустите velisp-0.7.9-win-x64-setup.exe 5. Следуйте указаниям установщика. Настройки по умолчанию подходят большинству пользователей #### Установка из архива ##### Скачайте и распакуйте -1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-win-x64.zip +1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-win-x64.zip 2. Откройте папку Загрузки -3. Выделите velisp-0.7.8-win-x64.zip +3. Выделите velisp-0.7.9-win-x64.zip 4. Нажмите правую кнопку мышки 5. Выберите 'Распаковать все содержимое...' 6. Введите 'C:\' @@ -60,7 +60,7 @@ 4. Выберите 'Path' inside the User variables block 5. Выберите 'Edit...' 6. Выберите 'New...' -7. Введите 'C:\velisp-0.7.8-win-x64' +7. Введите 'C:\velisp-0.7.9-win-x64' 8. Выберите 'OK' 9. Выберите 'OK' @@ -73,14 +73,14 @@ запускайте командную оболочку (cmd.exe) и перейдите в папку распаковки: ``` -> cd C:\velisp-0.7.8-win-x64 +> cd C:\velisp-0.7.9-win-x64 ``` #### Запускаем REPL (Read–Eval–Print Loop) ``` > velisp -VeLisp 0.7.8 on Windows +VeLisp 0.7.9 on Windows Type ".license" or ".help" for more information _$ (+ 1 2) 3 @@ -178,7 +178,7 @@ _$ (quit) 2. Выберите 'Files' -> 'Support File Search Path' 3. Выберите 'Add...' 4. Выберите 'Browse...' -5. Выберите C:\Program Files\VeLisp\examples или C:\velisp-0.7.8-win-x64\examples +5. Выберите C:\Program Files\VeLisp\examples или C:\velisp-0.7.9-win-x64\examples 6. Выберите 'OK' 7. Выберите 'Apply' 7. Выберите 'OK' @@ -211,27 +211,27 @@ VeLisp в первый раз. Так как VeLisp не подписан, вы ``` % cd $HOME -% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-macos-x64.tar.xz -% tar xfJ velisp-0.7.8-macos-x64.tar.xz +% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-macos-x64.tar.xz +% tar xfJ velisp-0.7.9-macos-x64.tar.xz ``` #### Добавьте в ~/.zshrc ``` -export PATH=/velisp-0.7.8-macos-x64:$PATH +export PATH=/velisp-0.7.9-macos-x64:$PATH ``` ### Использование ``` -% cd velisp-0.7.8-macos-x64 +% cd velisp-0.7.9-macos-x64 ``` #### Запускаем REPL (Read–Eval–Print Loop) ``` % ./velisp -VeLisp 0.7.8 on MacOS +VeLisp 0.7.9 on MacOS Type ".license" or ".help" for more information _$ (+ 1 2) 3 @@ -330,27 +330,27 @@ _$ (quit) #### Скачайте и распакуйте ``` -$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-linux-x64.tar.xz -$ tar xfJ velisp-0.7.8-linux-x64.tar.xz +$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-linux-x64.tar.xz +$ tar xfJ velisp-0.7.9-linux-x64.tar.xz ``` #### Добавьте в ~/.bashrc ``` -export PATH=/velisp-0.7.8-linux-x64:$PATH +export PATH=/velisp-0.7.9-linux-x64:$PATH ``` ### Использование ``` -$ cd velisp-0.7.8-linux-x64 +$ cd velisp-0.7.9-linux-x64 ``` #### Запускаем REPL (Read–Eval–Print Loop) ``` $ ./velisp -VeLisp 0.7.8 on Linux +VeLisp 0.7.9 on Linux Type ".license" or ".help" for more information _$ (+ 1 2) 3 diff --git a/README.md b/README.md index d055510..63c9c54 100644 --- a/README.md +++ b/README.md @@ -34,19 +34,19 @@ You can find the latest release [here](https://github.com/ten0s/velisp/releases) #### Install via automatic setup -1. Download https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-win-x64-setup.zip +1. Download https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-win-x64-setup.zip 2. Open Downloads folder -3. Double-click on velisp-0.7.8-win-x64-setup.zip to open the archive -4. Run velisp-0.7.8-win-x64-setup.exe +3. Double-click on velisp-0.7.9-win-x64-setup.zip to open the archive +4. Run velisp-0.7.9-win-x64-setup.exe 5. Follow the installation wizard. Default options are ok for most users #### Install via binary archive ##### Download and unarchive -1. Download https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-win-x64.zip +1. Download https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-win-x64.zip 2. Open Downloads folder -3. Select velisp-0.7.8-win-x64.zip +3. Select velisp-0.7.9-win-x64.zip 4. Press the right mouse button 5. Click 'Extract All...' 6. Enter 'C:\' @@ -60,7 +60,7 @@ You can find the latest release [here](https://github.com/ten0s/velisp/releases) 4. Select 'Path' inside the User variables block 5. Click 'Edit...' 6. Click 'New...' -7. Enter 'C:\velisp-0.7.8-win-x64' +7. Enter 'C:\velisp-0.7.9-win-x64' 8. Click 'OK' 9. Click 'OK' @@ -73,14 +73,14 @@ If you installed Velisp via [binary archive](#install-via-binary-archive) run the Command Prompt (cmd.exe) and move to the extraction directory: ``` -> cd C:\velisp-0.7.8-win-x64 +> cd C:\velisp-0.7.9-win-x64 ``` #### Run REPL (Read–Eval–Print Loop) ``` > velisp -VeLisp 0.7.8 on Windows +VeLisp 0.7.9 on Windows Type ".license" or ".help" for more information _$ (+ 1 2) 3 @@ -178,7 +178,7 @@ Run the Demo example 2. Click 'Files' -> 'Support File Search Path' 3. Click 'Add...' 4. Click 'Browse...' -5. Select appropriately C:\Program Files\VeLisp\examples or C:\velisp-0.7.8-win-x64\examples +5. Select appropriately C:\Program Files\VeLisp\examples or C:\velisp-0.7.9-win-x64\examples 6. Click 'OK' 7. Click 'Apply' 7. Click 'OK' @@ -212,27 +212,27 @@ Instead, start the Terminal application (Finder -> Go -> Utilities -> Terminal) ``` % cd $HOME -% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-macos-x64.tar.xz -% tar xfJ velisp-0.7.8-macos-x64.tar.xz +% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-macos-x64.tar.xz +% tar xfJ velisp-0.7.9-macos-x64.tar.xz ``` #### Add to ~/.zshrc ``` -export PATH=/velisp-0.7.8-macos-x64:$PATH +export PATH=/velisp-0.7.9-macos-x64:$PATH ``` ### Usage ``` -% cd velisp-0.7.8-macos-x64 +% cd velisp-0.7.9-macos-x64 ``` #### Run REPL (Read–Eval–Print Loop) ``` % ./velisp -VeLisp 0.7.8 on MacOS +VeLisp 0.7.9 on MacOS Type ".license" or ".help" for more information _$ (+ 1 2) 3 @@ -331,27 +331,27 @@ You can find the latest release [here](https://github.com/ten0s/velisp/releases) #### Download and unarchive ``` -$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.8/velisp-0.7.8-linux-x64.tar.xz -$ tar xfJ velisp-0.7.8-linux-x64.tar.xz +$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.9/velisp-0.7.9-linux-x64.tar.xz +$ tar xfJ velisp-0.7.9-linux-x64.tar.xz ``` #### Add to ~/.bashrc ``` -export PATH=/velisp-0.7.8-linux-x64:$PATH +export PATH=/velisp-0.7.9-linux-x64:$PATH ``` ### Usage ``` -$ cd velisp-0.7.8-linux-x64 +$ cd velisp-0.7.9-linux-x64 ``` #### Run REPL (Read–Eval–Print Loop) ``` $ ./velisp -VeLisp 0.7.8 on Linux +VeLisp 0.7.9 on Linux Type ".license" or ".help" for more information _$ (+ 1 2) 3 diff --git a/package-lock.json b/package-lock.json index 4306e2c..44a1d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "VeLisp", - "version": "0.7.8", + "version": "0.7.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "VeLisp", - "version": "0.7.8", + "version": "0.7.9", "license": "GPL-3.0-or-later", "dependencies": { "antlr4": "4.10.1", diff --git a/package.json b/package.json index bd844ac..d68e33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VeLisp", - "version": "0.7.8", + "version": "0.7.9", "description": "AutoLISP interpreter with DCL support", "main": "src/main.js", "type": "module",