GitXplorerGitXplorer
T

soli

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ef041ed520fb1390a160ae8faedea672f1d787ae

Fix typo in String

TTpt committed 11 years ago
Unverified
0f9e3ce152ff92f94b390b8b4c6a49380597d9dc

float operators

TTpt committed 12 years ago
Unverified
ac3540f917b592d70ed599f7b34d7ee32bc0978c

Fix an error in about window of the GUI.

TTpt committed 12 years ago
Unverified
427b0f6e1a541269af8881c0620aa15c5ea3fa19

Fix source code URL.

TTpt committed 12 years ago
Unverified
d51beb5f3c5543c1ef3a8a111811d2ac39526deb

Update README.md

TTpt committed 12 years ago
Unverified
4555d706e27ba8932342aeaa6236ea8a7db8ced1

Initial commit.

TTpt committed 12 years ago

README

The README file for this repository.

SOLI

Soli is a small interpreter of a simple object-oriented language named sol. You can find examples of the language syntax in the data/test.txt file.

Installation

Linux

  1. Download sources

  2. Install dependances:

Debian, Ubuntu...:

sudo apt-get install libgee-dev libglib2.0-dev libgtk-3-dev libgtksourceview-3.0-dev valac cmake

Fedora:

sudo yum install libgee-devel glib2-devel gtk3-devel gtksourceview3-devel vala cmake
  1. Open a terminal in the root folder

  2. Build it by running:

cmake .
make
  1. Run the GUI with:
./soli