Ark icon indicating copy to clipboard operation
Ark copied to clipboard

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

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

We never have enough tests (may they be in ArkScript or C++). We need to have more tests, to ensure every language construct continue to work properly, and that our...

enhancement
🤔 help wanted
👍 good first issue
❗️ priority/medium

### What happened? I tried to use the latest Arkscript docker image, and I'm seeing a undefined symbols when I try to run the Arkscript executable in the docker container....

bug

### Is your feature request related to a problem? > If you are developing blindly, without any tool guidance, you are doing C++ wrong. Think of these tools like a...

enhancement
🤔 help wanted
❗️ priority/medium

enhancement
🤔 help wanted
👍 good first issue
❗️ priority/low

### What happened? I'm using Manjaro and installed arkscript 3.1.3-1 from repo. It works.. unless I try import. (import "http.arkm") This single line is enough to send it into seg-fault....

bug
can't replicate

# Blocked by #425 ## The problem I'm frustrated when I need to format ArkScript code by hand, because (even I, the creator of the language) I don't remember every...

enhancement
priority/low

## The problem Having a fuzzing step in the CI can help detecting bugs faster. ## Proposed solution See for an example of how to fuzz https://github.com/SuperFola/parser-combinators/blob/aa5070d/.github/workflows/ci.yml#L217

enhancement
❗️ priority/low
👷 ci

## The problem Creating a VM requires creating an `ExecutionContext`, that holds a few important values, such as the stack for the VM, defined as a `std::array`. As of today,...

enhancement
ark/virtual machine
ark/compiler
optimization
❗️ priority/medium

### What happened? When we have a null character in a source file it crashes the VM but compiles as intended. This might be because the null character is used...

🔥 bug
❗️ priority/high

### Is your feature request related to a problem? It could be interesting to be able to execute code at runtime, however I would like to know what others think...

enhancement
🤔 help wanted