-
Updated
May 21, 2022 - C++
scripting-language
Here are 713 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
May 25, 2022 - Java
-
Updated
May 24, 2022 - Rust
-
Updated
Mar 20, 2022 - Rust
Add a .clang-format
-
Updated
May 24, 2022 - Go
-
Updated
May 27, 2022 - Rust
-
Updated
Jun 27, 2019 - Go
-
Updated
Jan 20, 2022
-
Updated
May 27, 2022 - Java
-
Updated
May 27, 2022 - JavaScript
-
Updated
May 22, 2022 - JavaScript
-
Updated
Sep 9, 2020
-
Updated
May 28, 2022 - C
Cannot drop air
Skript/Server Version
[04:17:38 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[04:17:38 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript
[04:17:38 INFO]: [Skript] Server Version: git-Paper-333 (MC: 1.18.2)
[04:17:38 INFO]: [Skript] Skript Version: 2.6.1
[04:17:38 INFO]: [Skript] Ins
-
Updated
May 5, 2022 - Java
-
Updated
Feb 24, 2022 - Rust
-
Updated
Nov 12, 2021 - Java
-
Updated
May 28, 2022 - C
-
Updated
Jan 4, 2021 - Swift
Is your feature request related to a problem? Please describe.
Currently, if we want to give multiple paths for the lib to ArkScript when starting it, the only solution is to use the environment variable. The toggle --lib
doesn't behave the same way.
Describe the solution you'd like
Either have a repeatable --lib flag or take a string which we can split, the same way we do it for AR
-
Updated
May 27, 2022 - C++
-
Updated
May 29, 2022 - C++
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Jan 26, 2018 - C#
-
Updated
Jan 15, 2019 - PowerShell
-
Updated
Dec 20, 2018 - Go
-
Updated
May 7, 2022 - C
Improve this page
Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."
This is a config file for
clang-format
, a tool that is already used by many editors and adopted by many projects to format the code and ensure that the style is consistent.It could even be used as a git hook or in the CI/CD workflow to ensure that new patches respect the coding style.
A config can derive from other preexisting configs (like Google's, LLVM's or Mozilla's) so it's not a big eff