Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
8 results tagged compiler  ✕   ✕
C64 Repto Compiler https://kraksnax64.itch.io/repto-compiler
Thu 07 Sep 2023 11:18:14 AM PDT archive.org

Ever dream of compiling your own Commodore 64 BASIC language programs into fast, efficient machine language programs? This is now a reality once again. Previously a tool used especially by only the last century's elite Basic programmers, wielded with almost godly power to turn many raw basic .prg (programs) into fast lean performing programs (.prg) [ .prg file on disk >> faster ,prg on disk], Kraksnax has released once again this classic diskette tool in late Summer 2023.

Available as a .d64 disk image as well as a native .prg executable.

c64 compiler basic diskimages executables
exaloop/codon https://github.com/exaloop/codon
Tue 21 Mar 2023 08:57:02 PM PDT archive.org

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 10-100x or more, on a single thread. Codon's performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports native multithreading, which can lead to speedups many times higher still.

python compiler
yoav-lavi/melody https://github.com/yoav-lavi/melody
Sat 04 Jun 2022 12:13:21 PM PDT archive.org

Melody is a language that compiles to ECMAScript regular expressions, while aiming to be more readable and maintainable. This:

16 of "na";

2 of match {
  <space>;
  "batman";
}

turns into this: /(?:na){16}(?: batman){2}/

rust cli regularexpressions language compiler
Vision BASIC https://visionbasic.net
Thu 02 Jun 2022 10:10:35 PM PDT archive.org

What can you do with Vision BASIC? Pretty much anything you want to. Speed will no longer be a problem! Why? Because on it's own, Vision BASIC is VERY fast! But when you need to crank out even more speed, all you need to do is insert machine language anywhere you wish to. Yes, you can actually type machine language instructions right next to BASIC commands! You won't need to load in external machine language files, and you won't need to poke machine language code to memory. This is because Vision BASIC also doubles as an assembler – you can write BASIC programs with it or machine language programs with it, or a blend of the two!

Vision BASIC also includes a whole new batch of commands to help you realize your programming dreams! Need sprites? Vision BASIC's got you covered! Need sound and graphics? Yep, gotcha covered there too! Vision BASIC was designed to greatly minimize your need to POKE around with all those crazy registers. In fact, you might never need to POKE again! And if you find yourself needing a command or function that isn't available, you can simply create it yourself – by creating the needed subroutine and calling it by whatever name you choose to give it. These "user defined" commands and functions can be saved into separate files and added to your programs whenever you need them!

programming language retrocomputing c64 compiler assembly
cksystemsteaching/selfie https://github.com/cksystemsteaching/selfie
Thu 01 Jul 2021 04:21:33 PM PDT archive.org

The Selfie Project provides an educational platform for teaching undergraduate and graduate students the design and implementation of programming languages and runtime systems. The focus is on the construction of compilers, libraries, operating systems, and virtual machine monitors. The common theme is to identify and resolve self-reference in systems code which is seen as the key challenge when teaching systems engineering, hence the name.

Selfie is a self-contained 64-bit, 11-KLOC C implementation of:

  • a self-compiling compiler called starc that compiles a tiny but still fast subset of C called C Star (C*) to a tiny and easy-to-teach subset of RISC-V called RISC-U,
  • a self-executing emulator called mipster that executes RISC-U code including itself when compiled with starc,
  • a self-hosting hypervisor called hypster that provides RISC-U virtual machines that can host all of selfie, that is, starc, mipster, and hypster itself, and
  • a tiny C* library called libcstar utilized by selfie.

Selfie generates ELF binaries that run on real RISC-V hardware as well as on QEMU and are compatible with the official RISC-V toolchain, in particular the spike emulator and the pk kernel.

c emulator riscv educational compiler virtualization
GitHub - DoctorWkt/acwj: A Compiler Writing Journey https://github.com/DoctorWkt/acwj
Thu 18 Jun 2020 01:30:36 PM PDT archive.org

In this Github repository, I'm documenting my journey to write a self-compiling compiler for a subset of the C language. I'm also writing out the details so that, if you want to follow along, there will be an explanation of what I did, why, and with some references back to the theory of compilers.

But not too much theory, I want this to be a practical journey.

ebook notes compiler C textbook github
kripken/emscripten - GitHub https://github.com/kripken/emscripten
Tue 20 Mar 2018 12:31:57 AM PDT archive.org

Emscripten plugs into llvm-gcc or CLANG and intercepts the intermediate code, which it then translates into JavaScript. That JavaScript then runs natively in modern browsers with little evidence of slowdown. As proofs of concept they compiled Unreal 3, the Nebula3 engine, ScummVM, VICE, OpenSCAD, itself (yes, it's self-hosting), and a half-dozen popular programming languages into JavaScript and run them inside of web browsers.

web c llvm javascript programming foss compiler
Stuff that rocks | suckless.org software that sucks less https://suckless.org/rocks
Mon 19 Mar 2018 03:32:38 PM PDT archive.org
links software list directory crypto library utilities libraries client im mail audio compiler
4984 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn