I made a Star Wars themed Programming Language in Rust!

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pest

    The Elegant Parser (by pest-parser)

  • It doesn't use a ton of Rust macros. The Pest library did a lot of the parsers heavy lifting. You give it a grammar file and add a struct with a derive and boom, you have a typed AST to work with! After that's it's clean up and on to an interpreter, which evaluates the cleaned AST in a step-by-step way. Was super quick to get a basic concept going thanks to Rust and that great library!

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