Ark icon indicating copy to clipboard operation
Ark copied to clipboard

ArkScript is a small, fast, functional and scripting language for C++ projects

Results 44 Ark issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Including windows.h is like including a virus, it goes everywhere and causes problems with std::min and std::max by defining macros with...

enhancement

## Description Ark can currently not be cross-compiled from Linux to Windows using MingW. There are some minor incompatibilities across the code-base and missing relevant compilation options. This PR enables...

### Is your feature request related to a problem? I’d like to improve ArkScript test suites. We already have coverage, but that only tells us the code was executed, not...

❗️ priority/low
👷 ci
🧪 tests

## Description It is possible for ArkScript to create too many variables (more than 8192 at once), which results in a segfault. This aims to fix this bug, but I...