-
Updated
Feb 27, 2021 - WebAssembly
#
compilers
Here are 635 public repositories matching this topic...
Compiler infrastructure and toolchain library for WebAssembly
A categorized list of C++ resources.
-
Updated
Feb 26, 2021
A collection of out-of-tree LLVM passes for teaching and learning
-
Updated
Feb 14, 2021 - C++
Curated list of open-source quantum software projects.
quantum-computing
quantum-chemistry
compilers
quantum-programming-language
quantum-algorithms
quantum-computer-simulator
quantum-compiler
quantum-computer
quantum-circuit-simulator
quantum-annealing
quantum-circuits
-
Updated
Feb 20, 2021
Intel® Scalable Dataframe Compiler for Pandas*
-
Updated
Feb 24, 2021 - Python
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
computer-science
design
automata
reddit
interview
operating-system
compilers
fundamentals
interview-preparation
-
Updated
Nov 18, 2019 - Shell
DFA regular expression library & friends
automata
regexes
fsm
compiler
regex
regexp
lex
finite-state-machine
lexer
lexical-analysis
compilers
lexing
compiler-principles
lexer-generator
nfa
regex-validator
finite-state-automata
finite-state-machines
dfa
-
Updated
Feb 26, 2021 - C
You might not need your garbage collector
-
Updated
May 15, 2020 - Rust
A tool to graphically visualize SIMD code
-
Updated
Jul 16, 2019 - JavaScript
como-lang-ng is now ana-lang, located at https://github.com/analang/ana
-
Updated
Aug 8, 2019 - C
BNF wrangling and railroad diagrams
syntax
parser
grammars
parsing
compiler
parser-library
grammar
syntax-tree
bnf
compilers
ebnf
compiler-principles
grammar-specification
compiler-designs
cfgs
chomsky
wsn
abnf
-
Updated
Jan 10, 2021 - C
meme
commented
May 15, 2020
Bitwise operators are supported for now, also support addition and subtraction for INTEGERS ONLY.
Code generation framework for automated finite difference computation
-
Updated
Feb 26, 2021 - Python
My course design for compiler theory (Visualization).
-
Updated
Oct 23, 2016 - C++
Never: statically typed, embeddable functional programming language.
language
programming-language
compiler
functional-programming
virtual-machine
scripting-language
compilers
functional-language
-
Updated
Feb 7, 2021 - C
Code from my series on writing a Ruby compiler in Ruby
-
Updated
Oct 28, 2019 - Ruby
Bolt is a language with in-built data-race freedom!
-
Updated
Jan 25, 2021 - OCaml
dz333
commented
Aug 22, 2018
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.
A bootstrapping dynamic Forth Interpreter/Compiler for WebAssembly
-
Updated
Jan 30, 2021 - WebAssembly
A tiny language, a subset of Haskell aimed at aiding teachers teach Haskell
-
Updated
Feb 24, 2020 - Haskell
Python module for interfacing with the CQC t|ket> library of quantum software
-
Updated
Feb 18, 2021 - Jupyter Notebook
-
Updated
Jun 27, 2019
4
ivanvoznyakovsky
commented
Jun 12, 2018
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":
-
Updated
Jan 15, 2018 - JavaScript
Improve 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."
EH1 has a lot of examples where a sequent CFunc contains only a handful ot statements (often 1 or 2) and is called only once. This causes a performance penalty when --output-split puts these in a different function than _eval and hence the compiler can't inline them, so we should inline these ourselve when it's obviously the right thing to do.