Skip to content
/ docs Public
generated from gekkowrld/csq_doc

Documentation repository for CSQ Programming Language

Notifications You must be signed in to change notification settings

CsqLang/docs

Repository files navigation

CSQ

CSQ is a language which is written in C/C++(Backend) and Python(Frontend) and having the syntax very similar to Python. It uses a compiler which compiles the code into C++ and then uses the C++ compiler to compile the code into a binary file.

Installation

git clone https://github.com/CsqLang/Csq.git
cd Csq
chmod +x build.sh
./build.sh

for uninstall

./build.sh uninstall

Features

  • Easy to learn syntax
  • Fast speed
  • Dynamic typing
  • Memory safety

About

Documentation repository for CSQ Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published