Any resources for making interpreters in C ?

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

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
  • mpc

    A Parser Combinator library for C

  • they talk about replacing it in the appendix if it you don't want to use extra libraries https://buildyourownlisp.com/appendix_a_hand_rolled_parser#replacing_mpc Alternatively you could read through the library source code and make your own implementation, it's a single source file and it's quite legible https://github.com/orangeduck/mpc/blob/master/mpc.c

  • picoc

  • If you learn well by looking at code then check out some small projects. Lua is possibly a little too much at this point. Perhaps PicoC?

  • 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
  • write-a-C-interpreter

    Write a simple interpreter of C. Inspired by c4 and largely based on it.

  • Since no one has said yet, how about write-a-C-interpreter? is a tutorial on how to write a C interpreter in C, you might want to take a look.

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

  • Anduril 2 Flashlight UI

    1 project | news.ycombinator.com | 2 May 2024
  • Resistance against London tube map commit history (a.k.a. git merge hell) (2015)

    1 project | news.ycombinator.com | 2 May 2024
  • The File Filesystem

    7 projects | news.ycombinator.com | 30 Apr 2024
  • Ubuntu 24.04 LTS is so buggy you can't install the OS [video]

    1 project | news.ycombinator.com | 1 May 2024
  • Semi-Scripted Conversational Applications

    1 project | dev.to | 1 May 2024