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 317 public repositories matching this topic...
A compiler from Go to JavaScript for running Go code in a browser
-
Updated
Oct 28, 2024 - Go
extract internal monitoring data from application logs for collection in a timeseries database
-
Updated
Oct 25, 2024 - Go
A fast script language for Go
-
Updated
Apr 23, 2024 - Go
wazero: the zero dependency WebAssembly runtime for Go developers
-
Updated
Oct 30, 2024 - Go
The Wa Programming Language
-
Updated
Oct 31, 2024 - Go
A simple virtual machine - compiler & interpreter - written in golang
-
Updated
Jul 2, 2022 - Go
Godzilla is a ES2015 to Go source code transpiler and runtime
-
Updated
Aug 7, 2017 - Go
自制的一个编译器, 用于学习,完整实现了词法分析,语法分析,中间代码(SSA)生成,机器码生成,和基于寄存器的虚拟机
-
Updated
Jun 15, 2022 - Go
JIT compiler in Go
-
Updated
Apr 30, 2024 - Go
Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
-
Updated
Jun 15, 2024 - Go
A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.
-
Updated
Oct 30, 2024 - Go
🔍 Go binary size SVG treemap
-
Updated
Sep 20, 2024 - Go
Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).
-
Updated
Dec 19, 2023 - Go