-
Updated
Mar 11, 2022 - C++
interpreter
Here are 4,235 public repositories matching this topic...
-
Updated
Mar 13, 2022 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Mar 2, 2022 - C
-
Updated
Mar 10, 2022 - Red
In the second example below, a trailing blank/ white space is inserted after first opening '(' symbol, this is indicated through '^'. The expectation is like in first example above. This seems to happen when opening a subshell first after opening brackets of another subshell.
shfmt is called without any parameters in this case.
#!/bin/bash
# OK - no blank
(
cd .
(echo "Hello
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Mar 12, 2022 - C
-
Updated
Jul 26, 2021 - Go
Current, if we try to run a more recent Java class in an old JVM, we get the following error message:
Error: LinkageError occurred while loading main class some.Class
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=some/Class, offset=6
However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot
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
Mar 13, 2022 - C
In strict mode arguments and eval are mostly treated as keywords. For example they cannot be assigned to. But they should be allowed as return values from a strict function.
The following code examples currently fail, but should work:
let eval = 1;
function a(){
"use strict";
return eval;
}
a() // returns 1function a(){
"use st-
Updated
Jan 11, 2021 - 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
Mar 12, 2022 - C
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
Mar 10, 2022 - C
-
Updated
Mar 11, 2022 - 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."
Feature
marshal dumps and loads are incomplete
Python Documentation
https://docs.python.org/3/library/marshal.html