Skip to content

ceu-lang/ceu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e0c8d3 · Jul 18, 2019
Apr 22, 2019
Feb 14, 2019
Apr 1, 2019
Jul 18, 2019
Oct 19, 2016
Mar 8, 2019
Apr 14, 2019
Oct 29, 2017
Apr 8, 2017
Mar 21, 2018
May 28, 2018
Nov 4, 2014
Aug 20, 2018
Mar 20, 2019

Repository files navigation

Céu is a reactive language that aims to offer a higher-level and safer alternative to C.

Try it online:

http://www.ceu-lang.org/

Documentation:

http://ceu-lang.github.io/ceu/

Source code:

https://github.com/ceu-lang/ceu/

Join our chat:

https://gitter.im/fsantanna/ceu

INSTALLATION

Install required software:

$ sudo apt-get install git lua5.3 lua-lpeg liblua5.3-0 liblua5.3-dev

(Assuming a Linux/Ubuntu machine.)

Clone the repository of Céu:

$ git clone https://github.com/ceu-lang/ceu
$ cd ceu/

Install Céu:

$ make
$ sudo make install     # install as "/usr/local/bin/ceu"

Run the tests (optional):

$ cd tst/
$ ./run.lua

Run the examples

$ make samples