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.
A utility to compile & decompile IW engine game scripts.
Ape Programming Language
A scalable High-Level Synthesis framework on MLIR
Formal verification for OCaml
A handwritten fault-tolerant, recursive-descent parser for PHP written in Rust.
🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Find in AST - Search and refactor code directly in Abstract Syntax Tree as you do with grep for strings
Linguagem Potigol - Linguagem de programação funcional moderna para iniciantes - A Functional Programming Language for Beginners
Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.
CSCD70 Compiler Optimization
Spec compliant WebAssembly compiler, decompiler, and generator
🚀 The next generation C# to JavaScript compiler
c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器,...
A human readable quasi-concatenative programming language
Allo: A Programming Model for Composable Accelerator Design
The Toy Programming Language.
"Compile" your VueJS components (sfc/*.vue) to standalone html/js/css ... python only (no need of nodejs). Support python components too !
A free and open source Standard COBOL compiler for 64-bit environments
Lightbeam has moved and now lives in the Wasmtime repository!
Toy C compiler
Nit language
A Compiler for the Popr Language
A programming language for Minecraft Vanilla
The Flint Programming Language for Smart Contracts
MCFPP is a brand new objected-oriented language that can be compiled into Minecraft Datapack.
JavaScript Engine for .NET
Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
Tokay programming language, designed for ad-hoc parsing.
Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
Publish .vue files in NPM packages
An in-progress fast, dependently typed, functional programming language implemented in Swift.
The TenDRA Project
🦾 Mech is a programming language for building data-driven systems like robots, games, and interfaces. Start here!
Examples of C# code compiled to GPU by hybridizer
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
JIT compiler in Go
A tiny self-hosting Lisp-to-C compiler
JIT and AOT compiler for the Ethereum Virtual Machine, built on Revm.
Tampio: An object-oriented programming language made to resemble Finnish
ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich se...
The Sinclair ZX Spectrum BASIC compiler!
Orion is a high level, purely functional programming language with a LISP based syntax.
An optimizing ahead-of-time Python Compiler
Simple Programming LAnguage for SHortcuts
open-college-courses
PHP Language Recognition Tool
jun_java_plugin 整合Java企业级各种开发组件、开箱即用、不写重复代码;目前已集成java_plugin50多个,spring_plugin组件100+,spring_boot组件100+,各种项目...
Jaws is an invisible programming language! Inject invisible code into other languages and files! Created for security research -- see blog post
Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
自制的一个编译器, 用于学习,完整实现了词法分析,语法分析,中间代码(SSA)生成,机器码生成,和基于寄存器的虚拟机