A programming language same as typescript but compiled directly to machine code to fasten speed performance and compilation time also.
To be build this project, you need to have CMake and any C++ compiler
installed on your computer. Then run following command from the project root:
cmake -B buildThis command will generate necessary build files in the build directory. Then
run following command to actually build the project.
make -C build
# This is equivalent to this:
cd build
make .This will generate an executable file in the bin directory.
Im soo happy for new contributors. I will create tasks in issues so you can contribute guys. Thank you for your attention! Just clone the repo and start swingning your wand!