-
Updated
Jun 11, 2022 - TypeScript
interpreter
Here are 4,440 public repositories matching this topic...
-
Updated
Apr 1, 2022 - C++
-
Updated
May 11, 2022
-
Updated
Jun 6, 2022 - C
-
Updated
Jun 12, 2022 - Red
-
Updated
Sep 18, 2021 - C
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Mar 10, 2021 - Go
-
Updated
Mar 14, 2022 - C
Our safe wrappers around Javascript objects are not easily identifiable by looking at the docs, as you can see from the next screenshot:
I would propose moving all implementors of the JsObjectType trait to a standalone module and point to that module in the home page of our docum
Loom: JNI support
Depends on eclipse-openj9/openj9#15172
Implement IsVirtualThread
See https://download.java.net/java/early_access/jdk19/docs/specs/jni/index.html
-
Updated
Jul 26, 2021 - Go
-
Updated
Jun 10, 2022 - C
I have an idea for a new feature for jQuery Terminal
I think that to be correct the LICENSE file should include copyright notes from all projects that are included. And a copy of all licenses is inside that file.
All libraries from at the beginning of the jquery.terminal-src.js file should be looked up and
-
Updated
May 25, 2022 - Vim script
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
Jun 12, 2022 - C
-
Updated
Jun 10, 2022 - Python
Current behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:
Desirable behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
-
Updated
Jun 7, 2022 - C
-
Updated
Jun 12, 2022 - Go
-
Updated
Mar 24, 2022 - Go
Add a .clang-format
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
-
Updated
May 24, 2022 - Go
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."

See e.g. #2570. Some of the unit tests there with "wrong error message" should be somewhat easy to fix - just correct the error message we have to match CPython's. Others might be trickier, since you'll need to add diagnostics to recognize bad syntax and give a more detailed error than "unexpected token". Also, I think around half of them could be fixed just by adding "invalid syntax" in the messa