-
Updated
Aug 9, 2021 - C++
interpreter
Here are 3,763 public repositories matching this topic...
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Aug 30, 2021
-
Updated
Aug 10, 2021 - C
-
Updated
Sep 8, 2021 - Red
-
Updated
Jul 22, 2021 - C
-
Updated
Mar 10, 2021 - Go
In the prototype implementation of value types support, the letter Q
is used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letter L
.
Minimal changes to handle the Q
prefix in the JIT compiler were merged into OpenJ9 in [pull reques
-
Updated
Sep 1, 2021 - Python
-
Updated
Jul 26, 2021 - Go
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Vim script
Feature
Support - that is ignore - the unix shebang, e.g. #!/usr/bin/boa
This is something nodejs and deno both do: they just ignore the unix-style shebang, and this is sometimes required to execute scripts written for either.
Example code
#!/bin/whatever
console.log("I still work");
-
Updated
Sep 8, 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
Sep 8, 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
Aug 22, 2021 - Go
-
Updated
Sep 7, 2021 - C
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."
Most (?) of the built in functionality currently lacks corresponding documentation. The functionality to grab and attach the docs is there, the docs just haven't been added.
This, I believe, could make a good first issue for many people, it just involves taking the documentation and adding it before (after works too but most current examples add it before) the
#[py(function/method/class)]
at