Ark
Ark copied to clipboard
ArkScript is a small, fast, functional and scripting language for C++ projects
### What happened? The VM is either segfaulting or giving "corrupted size vs previous size" on those lines of code https://github.com/ArkScript-lang/std/blob/fc8e2e9a74f78b19666b3fb5032d902b7ce6cc2c/tests/math-tests.ark#L88-L90 ### What ArkScript version are you seeing the problem...
It is already in the project, but I'm marking this as "todo" because its configuration leaves to be desired. It appears to run only on modified files and thus will...
I tend to forget about Werror because of external libraries which aren't compliant. We used to have utf8_decoder (but now it's gone) that didn't comply ; IIRC replxx isn't either....
### Is your feature request related to a problem? The code formatter format code ; but when running it again on an already formatted piece of code, the code appears...
## Description Minimizing the crashes before uploading to make crashes reproduction and analysis easier. ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code...
To help the fuzzer it might be interesting to create a dictionary (cf https://github.com/AFLplusplus/AFLplusplus/blob/stable/dictionaries/js.dict for an example) with syntax elements from ArkScript. See also https://github.com/AFLplusplus/AFLplusplus/blob/stable/utils/libtokencap/README.md
## Description Closes #459 ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code follows the style guidelines of this project - [ ]...
### Is your feature request related to a problem? The repl can break without us noticing, because it is interactive by nature. ### Describe the solution you would like Iโd...
Patches
## Description Fixing a few things ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code follows the style guidelines of this project -...