Проект lo3 посвящен разработке компилятора языка LuNA и соотвтетсвующей исполнительной системы с целью убрать из динамики все, что можно вычислить в статике -- по сравнению с базовой версией реализации системы программирования LuNA
The lo3 project is dedicated to the LuNA language compiler and run-time system with the goal of removing everything that can be computed statically from a dynamic context.
## Установка
## Installation
### Windows
A possible workaround for Windows 10 is to install WSL (Windows Subsystem for Linux).
### Ubuntu
1.Склонируйте этот репозиторий.
1.Clone this repository.
2.Для компиляции луны потребуются следующие программы(перед установкой рекомендуется сделать`sudo apt-get update`):
2.You will need following dependencies to build luna (it is recommended to run`sudo apt-get update` before installation):