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 661 public repositories matching this topic...

numba
brunojacobs
brunojacobs commented Jun 14, 2022
  • I have tried using the latest released version of Numba (most recent is
    visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
  • I have included a self contained code sample to reproduce the problem.
    i.e. it's possible to run as 'python bug.py'.

I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation

good first issue bug - failure to compile
rickroll-lang

The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Discord server: https://discord.gg/yzZ3MfGZ8A

  • Updated Jun 28, 2022
  • Python
bojanserafimov
bojanserafimov commented Oct 12, 2020

Make a concise print function for the QueryPlanningAnalysis class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381

In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen.

enhancement user friendliness good first issue maintainer quality-of-life
maltanar
maltanar commented Mar 2, 2020

FINN has a Vivado version requirements, e.g. 2019.1 in the 0.2b release. The available Vivado version should be checked before any Vivado-related commands are launched, and an assertion should be raised if there is a version mismatch.

enhancement good first issue
aewallin
aewallin commented Jun 8, 2019

ARTIQ Feature Request

Problem this request addresses

It would be nice to access scan objects like RangeScan through indexes such as RangeScan[0] (which now is available as RangeScan.start) etc.

Describe the solution you'd like

This seems doable by defining a __getitem__() method for the scan classes?
If the sequence is predefined/allocated in the constructor then there s