-
Updated
Aug 9, 2021 - C++
interpreter
Here are 3,851 public repositories matching this topic...
-
Updated
Oct 15, 2021 - TypeScript
-
Updated
Sep 28, 2021
-
Updated
Sep 11, 2021 - C
-
Updated
Oct 15, 2021 - Red
I'm struggling to understand what's wrong with this sample:
$ shfmt
@() {
echo "$@"
}
@ hello world\!
<standard input>:3:1: "}" can only be used to close a block
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Oct 7, 2021 - Python
We should add cmdlinetest for -XX:[+/-]UseCompressedOops. See the recent issue eclipse-openj9/openj9#13561
Similar to existing cmdlinetests that we have https://github.com/eclipse-openj9/openj9/blob/master/test/functional/cmdLineTests/xxargtest/XXArgumentTesting.xml
-
Updated
Jul 26, 2021 - Go
I have an idea for a new feature for jQuery Terminal
It was used to update the version in package.json file but now it the Makefile update package.in
when package.json changes and it recursive it keeps updating.
The package.in have {{VER}}
that is updated with current version but to update the package.in the code use regex so it can just update the file iteself.
The file is modifi
-
Updated
Jan 11, 2021 - Vim script
This feature is a Stage 3 proposal currently. Does Boa have an opinion on when features are eligible for implementation?
I'm not very knowledgeable on the standardization process. Looks like it's implemented in V8 and JSC behind feature flags but not in SpiderMonkey.
-
Updated
Oct 15, 2021 - C
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!
-
Updated
Oct 16, 2021 - C
- The rf204_extrangefit.py should be translated also to C++
- The rf204b_extendedLikelihood_rangedFit.C tutorial should also be translated to C++
- The [rf204b_extendedLikelihood_rangedFit.C](https://root.cern.ch/doc/master/rf204b__extendedLikelihood_
-
Updated
Oct 15, 2021 - C
-
Updated
Oct 14, 2021 - Go
Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add log
function to the math module.
How to implement
PR #154 has example on how to add log10
to the math module, which you can use as a reference to add log
(base 2) function.
Finally
And don't forget
-
Updated
Feb 20, 2021 - Go
-
Updated
Jul 22, 2021 - C
Improve this page
Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interpreter topic, visit your repo's landing page and select "manage topics."
Currently, sets are not handled in comparisons with dict views:
In Python:
while in RustPython:
In CPython, the corresponding implementation (
dictview_richcompare
) calls another function that iterates through the view and continuously calls `__contains