Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored May 23, 2019
1 parent 00a416d commit f8767fd
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,104 +4,104 @@ The Big list of all of the github, open-source compilers and interpreters.

Lists:

- [emscripten](https://api.github.com/repos/emscripten-core/emscripten)
- [emscripten](https://github.com/emscripten-core/emscripten)
Emscripten: An LLVM-to-Web Compiler

- [8cc](https://api.github.com/repos/rui314/8cc)
- [8cc](https://github.com/rui314/8cc)
A Small C Compiler

- [Tesseract-OCR-iOS](https://api.github.com/repos/gali8/Tesseract-OCR-iOS)
- [Tesseract-OCR-iOS](https://github.com/gali8/Tesseract-OCR-iOS)
Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.

- [firmware](https://api.github.com/repos/raspberrypi/firmware)
- [firmware](https://github.com/raspberrypi/firmware)
This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.

- [legacy-cc](https://api.github.com/repos/mortdeus/legacy-cc)
- [legacy-cc](https://github.com/mortdeus/legacy-cc)
The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.

- [wcc](https://api.github.com/repos/endrazine/wcc)
- [wcc](https://github.com/endrazine/wcc)
The Witchcraft Compiler Collection

- [9cc](https://api.github.com/repos/rui314/9cc)
- [9cc](https://github.com/rui314/9cc)
A Small C Compiler

- [lcc](https://api.github.com/repos/drh/lcc)
- [lcc](https://github.com/drh/lcc)
The lcc retargetable ANSI C compiler

- [cc65](https://api.github.com/repos/cc65/cc65)
- [cc65](https://github.com/cc65/cc65)
cc65 - a freeware C compiler for 6502 based systems —

- [SmallerC](https://api.github.com/repos/alexfru/SmallerC)
- [SmallerC](https://github.com/alexfru/SmallerC)
Simple C compiler

- [selfie](https://api.github.com/repos/cksystemsteaching/selfie)
- [selfie](https://github.com/cksystemsteaching/selfie)
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.

- [hobbes](https://api.github.com/repos/Morgan-Stanley/hobbes)
- [hobbes](https://github.com/Morgan-Stanley/hobbes)
A language and an embedded JIT compiler

- [r3](https://api.github.com/repos/c9s/r3)
- [r3](https://github.com/c9s/r3)
libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency

- [shc](https://api.github.com/repos/neurobin/shc)
- [shc](https://github.com/neurobin/shc)
Shell script compiler

- [common-shaders](https://api.github.com/repos/libretro/common-shaders)
- [common-shaders](https://github.com/libretro/common-shaders)
Collection of commonly used Cg shaders. These shaders are usable by either HLSL and/or Cg runtime compilers. The cg2glsl script will translate most of these into GLSL shaders.

- [ccache](https://api.github.com/repos/ccache/ccache)
- [ccache](https://github.com/ccache/ccache)
ccache – a fast compiler cache

- [tinyexpr](https://api.github.com/repos/codeplea/tinyexpr)
- [tinyexpr](https://github.com/codeplea/tinyexpr)
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

- [felix](https://api.github.com/repos/felix-lang/felix)
- [felix](https://github.com/felix-lang/felix)
The Felix Programming Language

- [luajit](https://api.github.com/repos/LuaDist/luajit)
- [luajit](https://github.com/LuaDist/luajit)
LuaJIT is JIT compiler for the Lua language.

- [amacc](https://api.github.com/repos/jserv/amacc)
- [amacc](https://github.com/jserv/amacc)
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution

- [asn1c](https://api.github.com/repos/vlm/asn1c)
- [asn1c](https://github.com/vlm/asn1c)
The ASN.1 Compiler

- [swieros](https://api.github.com/repos/rswier/swieros)
- [swieros](https://github.com/rswier/swieros)
A tiny hand crafted CPU emulator, C compiler, and Operating System

- [elvm](https://api.github.com/repos/shinh/elvm)
- [elvm](https://github.com/shinh/elvm)
EsoLangVM Compiler Infrastructure

- [tinyrb](https://api.github.com/repos/macournoyer/tinyrb)
- [tinyrb](https://github.com/macournoyer/tinyrb)
A tiny subset of Ruby with a Lua'esc VM

- [flow9](https://api.github.com/repos/area9innovation/flow9)
- [flow9](https://github.com/area9innovation/flow9)
Platform for safe, easy and productive programming of complex, multi-platform apps with a modern user interface

- [PH7](https://api.github.com/repos/symisc/PH7)
- [PH7](https://github.com/symisc/PH7)
An Embedded Implementation of PHP (C Library)

- [babyc](https://api.github.com/repos/Wilfred/babyc)
- [babyc](https://github.com/Wilfred/babyc)
A toy C compiler

- [lacc](https://api.github.com/repos/larmel/lacc)
- [lacc](https://github.com/larmel/lacc)
A simple, self-hosting C compiler

- [raytracer.hpp](https://api.github.com/repos/tcbrindle/raytracer.hpp)
- [raytracer.hpp](https://github.com/tcbrindle/raytracer.hpp)
Simple compile-time raytracer using C++17

- [c](https://api.github.com/repos/andrewchambers/c)
- [c](https://github.com/andrewchambers/c)
small self hosting C compiler

- [tinycc](https://api.github.com/repos/TinyCC/tinycc)
- [tinycc](https://github.com/TinyCC/tinycc)
Mirror from mob branch

- [snowball](https://api.github.com/repos/snowballstem/snowball)
- [snowball](https://github.com/snowballstem/snowball)
Snowball compiler and stemming algorithms

- [mini-c](https://api.github.com/repos/Fedjmike/mini-c)
- [mini-c](https://github.com/Fedjmike/mini-c)
Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours

- [ACLLib](https://api.github.com/repos/wengkai/ACLLib)
- [ACLLib](https://github.com/wengkai/ACLLib)
ACLLib is a bunch of C functions covers Win32API and provides simpler API to beginners for programming Windows GUI applications. It compiles with MinGW and MS Visual Studio Express

0 comments on commit f8767fd

Please sign in to comment.