-
Updated
Jan 30, 2022 - C++
interpreter
Here are 4,159 public repositories matching this topic...
-
Updated
Feb 5, 2022 - TypeScript
-
Updated
Sep 28, 2021
-
Updated
Jan 31, 2022 - C
-
Updated
Feb 6, 2022 - Red
Our interpreter test suite is checked against the real bash (as well as other shells, like mksh and dash). However, since those shells had bugs in older versions, the tests are skipped if the version is too old (or too new, as sometimes changes in behavior happen!).
This results in test failures being merged to master, as CI doesn't run those tests. For example, see https://github.com/mvdan/sh/
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Dec 20, 2021 - Python
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
-
Updated
Jul 26, 2021 - Go
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
As Clippy warns, the RegExp structure in src/builtins/regexp/mod.rs has too many booleans (one for each flag). This is bad, because it might not get correctly optimised by the compiler. Ideally, we would want to use a bitflags structure such as the RegExpFlags one in https://github.com/boa-dev/boa/blob/60b7eb89340c2
-
Updated
Feb 7, 2022 - C
-
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
Feb 5, 2022 - C
When trying to define an operator in the cling cli repl, the "function definition is not allowed here" error is generated. "cling -version" reports "0.8". Here's a copy/paste of a session to demonstrate the issue:
****************** CLING ****************** * Type C++ code and press enter to run it * * Type .q to exit * *****************************************
-
Updated
Dec 20, 2021 - C
-
Updated
Dec 23, 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."
Feature
marshal dumps and loads are incomplete
Python Documentation
https://docs.python.org/3/library/marshal.html