compilers
Here are 457 public repositories matching this topic...
Curated list of open-source quantum software projects.
-
Updated
Jan 16, 2020
como-lang-ng is now ana-lang, located at https://github.com/analang/ana
-
Updated
Oct 31, 2019 - C
My course design for compiler theory (Visualization).
-
Updated
Dec 25, 2019 - C++
Code from my series on writing a Ruby compiler in Ruby
-
Updated
Jan 2, 2020 - Ruby
We need a document describing what the supported environment variables are (print_defaults ...) and what they do
for example:
DEVITO_DEBUG_COMPILER: writes to standard output the command line used to jit-compile an operator (eg gcc ... -O3 ...
DEVITO_JIT_BACKDOOR: escape hatch for custom kernels. The typical use case is as follows: one runs a Devito program; then, once the session is ov
Never: statically typed, embedded functional programming language
-
Updated
Jan 16, 2020 - C
Mid-range starter task:
Implement $ as a parameter value, see IEEE 6.20.2.1. Rough steps:
- Create tests including passing $ through an instantiation, and using the parameter (with $) to form a queue.
- Parser already handles $ as part of queues; need to see these and record them as parameter value.
- Substitute the parameter value appropriately.
🙈 curated list of inspiring resources which show you don't know that much about something you thought you knew.
-
Updated
Jan 15, 2020
A bootstrapping dynamic Forth Interpreter/Compiler for WebAssembly
-
Updated
Jan 16, 2020 - WebAssembly
Description
Deploying a single file takes at minimum 30sec whereas vs-deploy does it immediately.
{
"deploy.reloaded": {
"targets": [
{
"type": "ftp",
"dir": "/public_html",
"host": "...",
"port": 21,
"secure": false,
"user": "...",
"password": "...",
"mappings": Clear console button
Hi,
Everything is in title, it's a feature request to make a better user experience on mobile where short key can not be done to clear console.
OneLang: The One System Programming Language. (release as soon)
-
Updated
Jan 16, 2020
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
-
Updated
Jan 17, 2020 - Shell
This is kind of like #27, but I don' think people who are just starting out should worry about how to set up a package to go into opam.
What I have in mind is a guide that tells you how to release a package in simple cases, but notes likely potential gotchas, and has links to further info for more complex cases and for understaning the process under the hood.
This is something I'm trying to
The current runtime source generates a lot of warnings when being compiled. We should go through and fix the ones we can and suppress the ones we think are OK.
For future docs:
Instance instantiation in the outermost scope
Consider the following snippet:
implicit def eqList[A](implicit A: Eq[A]): Eq[List[A]] =
new Eq[A] { ... }
implicit class EqOps[A](value: A) {
def ===(other: A)(implicit A: Eq[A]): Boolean = A.equal(value, other)
}
...
object Test {
def test: Unit = {
val a : List[Int] = ...
val b : List[InImprove this page
Add a description, image, and links to the compilers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compilers topic, visit your repo's landing page and select "manage topics."
I updated our spec test suite to up-to-date version in #2484, but there are numerous syntax that are not currently supported in Binaryen. So I triaged them into different categories and added them to spec test
BLACKLISTinshared.py.While it is not a goal of Binaryen to