Skip to content
/ Clix Public

Clix - the simplest programming language (interpreter)

License

Notifications You must be signed in to change notification settings

NDRAEY/Clix

Repository files navigation

WARNING: Project is not maintained!

Clix

Clix

Clix - the simpest portable interpreter!

It uses OS' standard library and ValeraC.

Build

Install dependcies

apt install cmake clang-14 make git

Make clang-14 visible as clang:

sudo ln -s /usr/bin/clang-14 /usr/bin/clang
sudo ln -s /usr/bin/clang++-14 /usr/bin/clang++

Clone repository and build program

cd ~
git clone https://github.com/NDRAEY/Clix
cd Clix
git submodule init
git submodule update --remote

mkdir build
cd build
cmake ..
make -j4

You will get clix executable.

Examples

See examples folder.

Run

In build folder (not installed):

./clix <program>

About

Clix - the simplest programming language (interpreter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published