Best resources for a rust interpreter?

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

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

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

    https://rust-hosted-langs.github.io/book/ here's one that's Rust-specific, but doesn't go into nearly as much detail as craftinginterpreters.

  • TablaM

    The practical relational programing language for data-oriented applications

    (You can see how to combine both in my code at https://github.com/Tablam/TablaM/blob/master/src/parser/src/pratt.rs)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • logos

    Create ridiculously fast Lexers (by maciejhirsz)

    I wouldn't recommend Logos at this point. This recent bug is quite nasty and seems easy to hit, and the maintainer is unresponsive. Last commit was half a year ago. At this point I consider Logos abandonware, though it would be great if its development continued, or if it were forked.

  • lisp-rs

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