ceu-lang/ceu

The Programming Language Céu

Lua

226

3,361 commits

updated Jul 12, 2023

See the code

README

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

Contributors

fsantanna

3,320 commits

AnnyCaroline

18 commits

jhoehle

9 commits

calmattoso

5 commits

ceu-lang/ceu

The Programming Language Céu

Lua

226

3,361 commits

updated Jul 12, 2023

See the code

README

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

Contributors

fsantanna

3,320 commits

AnnyCaroline

18 commits

jhoehle

9 commits

calmattoso

5 commits

Languages

Lua

96.5%

C

2.2%

Vim Script

1.1%