The Wayback Machine - https://web.archive.org/web/20210327221157/https://github.com/topics/compiler
Skip to content
#

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.

Here are 5,324 public repositories matching this topic...

next.js
classic-massok
classic-massok commented Mar 16, 2021

What example does this report relate to?

https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-nextjs

What version of Next.js are you using?

10.0.8

What version of Node.js are you using?

12.0.0

What browser are you using?

Chrome

What operating system are you using?

n/a

How are you deploying your application?

Firebase

Describe the Bug

When h

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
  • Updated Mar 26, 2021
  • JavaScript
rossng
rossng commented Mar 26, 2021

Summary

I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the gatsby/examples/using-remark/ dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)

However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.

const renderAst = new rehypeReac
alystair
alystair commented May 31, 2020

What pain point are you perceiving?.
I'm reviewing Marked documentation, attempting to create a custom setup where, it transforms new lines starting with 'notice: ' into a specifically formatted DIV. By my understanding I need to first add a custom named tokenizer and then a renderer based on it? Or am I going about this the wrong way?

Describe the solution you'd like
I'd like to ea

tools
Nim
TRcorp
TRcorp commented Jun 25, 2020
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
  let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
  var res = client.getContent("https://github.com")
  echo res
except:
  echo "Timed out"

Current Output

timeout variable is ignored, program stuck until default socket timeout will happen

Expected Output

Timed out a
devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

numba

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 Mar 25, 2021
  • Red