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,790 public repositories matching this topic...
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
Jul 27, 2021 - JavaScript
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
We'
Describe the bug
The content of the the svelte file is a large HTML chunk, withouy any script logics or styling being involved. Max stack size exceeded error while compiling.
To Reproduce
https://svelte.dev/repl/a9dfcc17551c4aeb95e8fe748a97061d?version=3.20.1
Expected behavior
Compiling should not break
Information about your Svelte project:
Svelte 3.20.1, Rollup, Wind
💻
- Would you like to work on a fix?
How are you using Babel?
@babel/cli
Input code
new class extends class {} {
constructor() {
super();
return 3;
}
}
-
Updated
Jul 27, 2021 - JavaScript
The Kotlin Programming Language.
-
Updated
Jul 27, 2021 - Kotlin
An extremely fast JavaScript bundler and minifier
-
Updated
Jul 27, 2021 - Go
Describe the bug
I'm using rollup to bundle dependencies (for a Svelte framework web app) but having trouble importing and using markedjs. It appears the library was recently ported to ESM modules, but I don't see any documentation on how to use as such. The standard syntax to import ES6 modules give me errors:
import { marked } from 'marked.esm';
returns
(!) Unresolved dependencies
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Jul 27, 2021 - V
The official mirror of the V8 Git repository
-
Updated
May 16, 2021 - C++
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Jul 27, 2021 - TypeScript
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
-
Updated
Jul 27, 2021 - Java
### 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
A compiler from Go to JavaScript for running Go code in a browser
-
Updated
Jul 24, 2021 - Go
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
Jul 27, 2021 - Python
Reporting a bug
- I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/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'.
(a static analyzer bug report)
In file numba/np/ufunc/omppool.cpp, `numba/np
-
Updated
Feb 21, 2021
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
-
Updated
Jul 26, 2021 - Python
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
-
Updated
May 8, 2021 - JavaScript


Describe the feature you'd like to request
These are common issues developers run into with Next.js. Some are mentioned in the docs, but ideally you don't have to go check the docs.
Describe the solution you'd like
Instead, ESLint can provide compile-time feedback and suggestions.
getStaticProps/getServerSidePropsleading to [next build