並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 14 件 / 14件

新着順 人気順

"C compiler"の検索結果1 - 14 件 / 14件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"C compiler"に関するエントリは14件あります。 Compilerプログラミングit などが関連タグです。 人気エントリには 『Writing a C compiler in 500 lines of Python』などがあります。
  • Writing a C compiler in 500 lines of Python

    A few months ago, I set myself the challenge of writing a C compiler in 500 lines of Python1, after writing my SDF donut post. How hard could it be? The answer was, pretty hard, even when dropping quite a few features. But it was also pretty interesting, and the result is surprisingly functional and not too hard to understand! There's too much code for me to comprehensively cover in a single blog

    • My favorite C compiler flags during development

      This article was discussed on Hacker News and on reddit. The major compilers have an enormous number of knobs. Most are highly specialized, but others are generally useful even if uncommon. For warnings, the venerable -Wall -Wextra is a good start, but circumstances improve by tweaking this warning set. This article covers high-hitting development-time options in GCC, Clang, and MSVC that ought

      • The lost language extensions of MetaWare's High C Compiler

        This book I got in a pile of FM TOWNS books turns out to be a lot more interesting that I was expecting an '80s C compiler manual to be. For as long as C and its relatives have been in mainstream use, it has been necessary to use vendor language extensions to actually get anything done with it, though in today's GCC/Clang/MSVC oligopoly those extensions tend to be focused on the yak-shaving detail

          The lost language extensions of MetaWare's High C Compiler
        • GitHub - Vexu/arocc: A C compiler written in Zig.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - Vexu/arocc: A C compiler written in Zig.
          • GitHub - xorvoid/sectorc: A C Compiler that fits in the 512 byte boot sector of an x86 machine

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

              GitHub - xorvoid/sectorc: A C Compiler that fits in the 512 byte boot sector of an x86 machine
            • How we ran a Unix-like OS (Xv6) on our home-built CPU with our home-built C compiler

              Takaya Saeki (☕, 🍣, 🍔) => 💻 / Likes web and system programming. Oct 4, 2020 16 min read How we ran a Unix-like OS (Xv6) on our home-built CPU with our home-built C compiler [Thanks for many comments and votes on Hacker News! ] It’s been two years since I started working as a software engineer. I sometimes tell my colleagues about a student project I did in my junior year of university, and it’s

              • GitHub - Battelle/movfuscator: The single instruction C compiler

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - Battelle/movfuscator: The single instruction C compiler
                • GitHub - c3lang/c3c: Compiler for the C3 language

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - c3lang/c3c: Compiler for the C3 language
                  • Your next C compiler is a D compiler: Introducing DMD's ImportC - Dr. Brian Robert Callahan

                    academic, developer, with an eye towards a brighter techno-social life [prev] [next] 2022-07-04 Your next C compiler is a D compiler: Introducing DMD's ImportC In my never ending quest to have oksh support every C compiler in existence, I sometimes find C compilers in places you wouldn't expect them. Today, I'd like to demonstrate the C compiler built into the Digital Mars D compiler, or DMD for s

                    • Z80: SDCC – Small Device C Compiler – XENESIS

                      Z80-COREのプログラミングツールとして、CコンパイラSDCCを紹介します。 SDCCは昔から存在は知っていたのですが、SDCCがサポートするPICのプログラミングでは、Microchipの開発環境とコンパイラを使っていますし、Z80などのプログラミングをやってたのは40年も前のことなので、SDCCを使ったことはありませんでした。(多分) また、小さなプロセッサ用のCコンパイラにはずっと興味があって、SDCCにはちょこちょこと目が行っていたのですが、生成コードの質が良くないとか、ツールに安定性がないとか、結構批判的な意見が目についたのであえて時間を割く必要もないかなと思っていました。 しかしここにきて、Z80-COREのCコンパイラを確保する現実的な要求が突き付けられたので、使ってみることにしました。 結論から言えば、十分使えるという感じです。十分楽しませてもらっています。 まあ、問題

                      • GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office)

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                          GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office)
                        • Writing a C Compiler

                          Compilers are at the heart of everything programmers do, yet even experienced developers find them intimidating. For those eager to truly grasp how compilers work, Writing a C Compiler dispels the mystery. This book guides you through a fun and engaging project where you’ll learn what it takes to compile a real-world programming language to actual assembly code. Writing a C Compiler will take you

                            Writing a C Compiler
                          • GitHub - Mati365/ts-c-compiler: ⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - Mati365/ts-c-compiler: ⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript
                            • distcc: a fast, free distributed C/C++ compiler

                              distcc: a fast, free distributed C/C++ compiler Speed, it seems to me, provides the one genuinely modern pleasure. — Aldous Huxley distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile. d

                              1

                              新着記事