Installation
Prerequisites
Section titled “Prerequisites”- GCC or Clang compiler
- Make (optional but recommended)
- CMake 3.10+ (optional)
Build from Source
Section titled “Build from Source”Linux / macOS
Section titled “Linux / macOS”git clone https://github.com/hamer1818/TulparLang.gitcd TulparLangchmod +x build.sh./build.shWindows (WSL)
Section titled “Windows (WSL)”git clone https://github.com/hamer1818/TulparLang.gitcd TulparLangwsl bash build.shWindows (Native)
Section titled “Windows (Native)”git clone https://github.com/hamer1818/TulparLang.gitcd TulparLangbuild.batUsing Makefile
Section titled “Using Makefile”If you have make installed, you can use the following commands:
make # Build the projectmake clean # Clean build artifactsmake run # Build and run demo