Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
- Sign up for GitHub or sign in to edit this page
Here are 3,775 public repositories matching this topic...
During the MIR inlining pass, we add scopes from the callee to Body.source_scopes in the caller. However, we do not update source_scope_local_data, which causes any inlined scopes to have no entry in the caller source_scope_local_data. This causes an ICE in Miri when we try to generate a stacktrace - however, the ICE occurs in rustc code, so
Many people on constrained data plans turn on data saving — their smartphone browsers then send a "Save-Data" header to servers.
We can use this in the client as well to choose lower-data rendering options for these people.
For gatsby-image, we can render regular resolution images for these people instead of retina.
if ("connection" in navigator) {
if (navigator.connection.savI had a need for a t.cloneDeepWithoutLoc function today. We have a t.cloneDeep and a t.cloneWithoutLoc (both deprecated, but that's OK), but we do not have a t.cloneDeepWithoutLoc.
These functions all live in https://github.com/babel/babel/tree/bdb4318f47ec42ca4e325b5163e2e8ad57de4849/packages/babel-types/src/clone.
They are exported publicly at https://github.com/babel/babel/blob/bd
🙋 feature request
The inspector module not always available, it depends on build param --without-inspector
🤔 Expected Behavior
Compatible with --without-inspector mode.
😯 Current Behavior
Direct import
💁 Possible Solution
Not pretty
I'd like to contribute an example that displays a Svelte implementation of a Master->Detail pattern that also includes an example of delegation (child delegate messages parent with data). My approach is a bit different than the CRUD example.
Master-Detail
https://svelte.dev/repl/1fe5803ad7914054905f43910607eda1?version=3.14.1
Marked version: 0.7.0
- December 2017: Should we perform a miracle?
- February 2018: MarkedJS Organization is opened. Core team and roadmap established.
This is a community effort. The core team is primarily here for c
As I understand this is a rebranding of the enclose module? Would love to know how this happened btw.
But, in original documentation, here – http://enclosejs.com/#compilation-srsly it says that resulting binary will be at least 2x slower, is that still the case? And if so, can you mention that in the readme? It would be better I think to also document how this sort of measurements was perform
The official mirror of the V8 Git repository
-
Updated
Nov 25, 2019 - C++
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
-
Updated
Nov 25, 2019 - Java
In the past, when GopherJS was in early development stages, many packages were listed in the compatibility table as partially supported, simply because it was a work in progress, and they were rapidly progressing towards fully supported.
By now, GopherJS is a lot more mature, with only 12 packages still listed as partially supp
Time consuming bug.
Example
proc abc(x: SomeInteger) =
when nimvm:
echo "hello"
echo "world"
static:
abc(10)Current Output
Error: illegal context for 'nimvm' magic
Expected Output
hello
world
Possible Solutions
when nimvm:
echo "hello"
else:
discard # ugly
$ nim -v
Nim Compiler Versio
Currently most test routines run synchronously. But number of tests and files continiusly growing and this could be a problem in future.
Proposed steps:
I went to godbolt in the middle of the night and found it extremely bright and started wondering if it could respect the system setting.
There is a CSS media feature prefers-color-scheme which indicates whether the user prefers light or dark mode. It might be nice to make the default dark mode if the user hasn't explicitly picked one yet be "System" and using the prefers-color-scheme settin
Super-fast javascript to javascript compiler written in rust
-
Updated
Nov 25, 2019 - Rust
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
-
Updated
Nov 25, 2019 - JavaScript
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
Nov 25, 2019 - Python
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
-
Updated
Nov 25, 2019
With the following example code:
let test = 1 |. `FooI get the error:
This expression has type [> `Foo ]
It is not a function.
However with the desugared version:
let test = `Foo 1Compilation is successful.
See generated documentation here: https://github.com/Srekel/zig-sparse-set/
Opening index.html and clicking on SparseSet...
... opens the following page:
What I have
Problem
walt-cli package when linking multiple .walt files together can "wrap" the modules in a stand-alone JS module. The resulting module is too large because it serialized the dependency tree with the AST information encoded directly into the output, resulting in a massive amount of js.
Encoding the dependencies into the file is done to ensure the module can be used stand-alone in br
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
Nov 25, 2019 - Red
On WSL/ubuntu, scala-native builds, following the user instructions for ubuntu, and in addition install the package zlib1g-dev
This could be documented on the website at http://www.scala-native.org/en/latest/user/setup.html
We currently have zero documentation on the new features of tuples (everything in https://github.com/lampepfl/dotty/blob/master/library/src/scala/Tuple.scala)



Do you want to request a feature or report a bug? Feature