cat-lang

0
0
0
C
public

cat

A small, standalone, fast, and lightweight programming language with the .cat extension.

Build

mkdir build
cd build
cmake ..
make

Run

./cat ../test/hello.cat

Example

x = 42;
y = x + 8;
print(x);
print(y);
v0.3.3[beta]