Go tool allowing to aggregate bash files into one allowing bash script reusability.
-
Updated
Jan 1, 2026 - Go
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.
Go tool allowing to aggregate bash files into one allowing bash script reusability.
Cours compilation @ ENSTA Bretagne
Semestrálnà práce KIV/FJP - Formálnà Jazyky a Překladače
Build your own computer language
React Based Online Compiler - run & execute code online
Compiler for a self-designed Programming Language (WIP!)
A scripting language implemented by Rust.
C w/ Algebraic Types
A compiler and Virtual Machine (VM) written in GO, from book.
a functional programming language inspired by and written in Go
Code editor and compiler using qCompiler APIs
This project focuses on developing a programming language with a complete pipeline for source code analysis and execution. It includes components for lexical, syntactic, and semantic analysis, along with a code generator that produces executable bytecode from the AST, provided no semantic errors are found.