a esolang based on colors and lasers
see https://esolangs.org/wiki/cle for information on the language itself.
run make
but also make sure you have the right dependencies:
- a c++ compiler
pkg-config
- the following development libraries: (parens are Debian packages)
- SDL_gifwrap (use this one for easy installation)
- depends on giflib (
libgif-dev
)
- depends on giflib (
- SDL2 (
libsdl2-dev
) - SDL2_ttf (
libsdl2-ttf-dev
) - x11 (
libx11-dev
) - opengl (
libglu1-mesa-dev
)
- SDL_gifwrap (use this one for easy installation)
other than that you're good, ig
./cle [options] <file>
see ./cle --help
for more info
when it becomes necessarry to put a license into place let me know