I'm wanting to write my first compiler, but getting a little bit mixed up in general.

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • book

    Writing Interpreters in Rust: a Guide (by rust-hosted-langs)

  • Kind of an interpreter but it does compile to bytecode and is written in rust https://github.com/rust-hosted-langs/book I thought it was a great tutorial, both for learning rust, and about compilers

  • proc

    Discontinued Procedural Intel x86_64 compiler from scratch, inspired by Fortran, Pascal and Assembly.

  • If you would like an example, I am creating a compiler from scratch in C that compiles to x86_64 NASM Assembly, here is the repo: https://github.com/joshjkk/proc

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • This will be much easier using tools like LLVM, but this is the basic outline of creating a compiler.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Talc – A fast and flexible allocator for no_std and WebAssembly

    4 projects | news.ycombinator.com | 28 Feb 2024
  • Maintenance status (jemallocator)

    6 projects | /r/rust | 11 Jan 2022
  • Create a Custom GitHub Action in Rust

    3 projects | dev.to | 28 Apr 2024
  • Why Does Windows Use Backslash as Path Separator?

    4 projects | news.ycombinator.com | 24 Apr 2024
  • I hate Rust (programming language)

    1 project | news.ycombinator.com | 22 Apr 2024