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 3,673 public repositories matching this topic...

sidharthachatterjee
sidharthachatterjee commented Oct 14, 2019

Renovate is fantastic but because of our config at the moment, we get several updates in a day.

We should probably do two things

  • batch all minor updates in a single PR
  • schedule them at a reasonable time (twice a week, perhaps at 10 am GMT)

This should go in config at https://github.com/gatsbyjs/gatsby/blob/master/renovate.json

Documentation for options is at https://docs.renovat

devongovett
devongovett commented Aug 12, 2019

Create the @parcel/transformer-markdown package in packages/transforms/markdown. This package is a Parcel 2 transform plugin for markdown. It should be based on the MarkdownAsset from Parcel 1.

The @parcel/transformer-markdown package is responsible for the following things:

  • Compiling markdown to HTML using marked
svelte
freyley
freyley commented Oct 9, 2019

Is your feature request related to a problem? Please describe.
In attempting to move logic from components to plain javascript files, I believe I've discovered that I can't use the $ syntax to autosubscribe to stores except in svelte files. Converting my code from a js file to an empty component on the page fixed the errors I was getting.

Describe the solution you'd like
I'd either li

gillez
gillez commented Jun 6, 2017

Hi,

I get the following warning when compiling my code:

 Warning Cannot resolve 'config.getServerMode() ? '../libserver/server_code.js' : '../liblocal/local_code.js''
  Use a string literal as argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.

I understand the reason for this and what I need to do. As it says in the manual: ```

Nim
SoftwareApe
SoftwareApe commented Oct 1, 2019

When you run finish.exe twice you get (I decided I wanted the start menu entry after the fact)
C:\Users\<USERNAME>\.nimble\bin is not in your PATH environment variable.

This was an installation without admin rights. The variable is placed correctly in the user path without requiring (unnecessary) admin permissions.

Example

Run finish.exe twice without admin privileges on Windows 10

studoot
studoot commented Jul 10, 2019

Is your feature request related to a problem? Please describe.
Catch2 is advertised as a 'header-only' library - which leads one to expect it to be usable within executable code on Compiler Explorer, using the 'a.out' option.

However, Compiler Explorer incorporates Catch2 using its include directory, which contains all the component header/source fil

ballercat
ballercat commented Oct 14, 2018

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

andrewrk
andrewrk commented Oct 8, 2019

Currently function doc comments and error set doc comments are integrated, but not these:

  • doc comments of struct fields
  • doc comments of enum fields
  • doc comments of union fields
  • doc comments of structs
  • doc comments of enums
  • doc comments of unions
  • doc comments of generic instantiations (related: #3407)
  • doc comments of global variables

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 Oct 16, 2019
  • 10 commits
  • Red
japgolly
japgolly commented May 23, 2019

Just giving 0.6.28 a whirl. Now that underlying RPCCore exceptions are being reported (awesome) we might finally be able to track down the root causes of stuff that's been around for a while. Exciting! First cab off the rank:

[error] org.scalajs.testcommon.RPCCore$RPCException: java.io.UTFDataFormatException: encoded string too long: 93549 bytes
[error] 	at org.scalajs.testcommon.RPCCore.
LeeTibbert
LeeTibbert commented Jun 24, 2018

The Contributor's Guide has the excellent paragraph

All code contributed to the user-facing standard library (the nativelib/ directory) should
come accompanied with documentation. Pull requests containing undocumented code will not 
be accepted.

I applaud the bold stand and would like to make it easier for contributors to achieve it.

The paragraph is good but raises a number of qu

Learn about compiler

Wikipedia
Wikipedia

Related topics

See more topics
fortran gcc interpreter
You can’t perform that action at this time.