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,957 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
Sep 5, 2021 - JavaScript
Describe the bug
The content of the the svelte file is a large HTML chunk, without any script logic 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, Windo
[Bug]: Typescript plugin fails on named tuple positions where the name is a reserved word in JS
💻
- Would you like to work on a fix?
How are you using Babel?
babel-loader (webpack)
Input code
type FuncWithDescription = [
function: (...args: any[]) => any,
string: string
]
-
Updated
Sep 4, 2021 - JavaScript
The Kotlin Programming Language.
-
Updated
Sep 5, 2021 - Kotlin
An extremely fast JavaScript bundler and minifier
-
Updated
Sep 2, 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
Sep 5, 2021 - V
The official mirror of the V8 Git repository
-
Updated
Aug 9, 2021 - C++
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Sep 3, 2021 - TypeScript
Currently this works:
const obj = {
foo: (...) => {...}
} as SomeClassbut this doesn't:
const obj = {
foo(...) {...}
} as SomeClassA Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
-
Updated
Sep 4, 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
Sep 1, 2021 - Go
Describe the bug
While reading https://github.com/compiler-explorer/compiler-explorer/blob/main/static/panes/conformance-view.js, I noticed that the skipAsm is misplaced in https://github.com/compiler-explorer/compiler-explorer/blob/a2a73953d6a23eaaab9ac724b7947317dc6e4471/stat
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
Sep 5, 2021 - Python
I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)
from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')
You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether
-
Updated
Aug 30, 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
Sep 5, 2021 - Python
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
-
Updated
May 8, 2021 - JavaScript


What version of Next.js are you using?
11.1.0
What version of Node.js are you using?
14
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other (serverless aws)
Describe the Bug
When importing images into
_documentnext does not emit these image assets into the client build.For example, I