Skip to content

ughurabbasov/turboscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turboscript

A programming language same as typescript but compiled directly to machine code to fasten speed performance and compilation time also.

Build

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 build

This 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.

Contributing

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!

About

Programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors