Letlang — Roadblocks and how to overcome them - My programming language targeting Rust

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

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

    Stackless generators on stable Rust.

  • Yes, Letlang is translated to Rust and the runtime is implemented in Rust, using tokio and genawaiter. The compiler itself is also built in Rust.

  • tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  • Yes, Letlang is translated to Rust and the runtime is implemented in Rust, using tokio and genawaiter. The compiler itself is also built in Rust.

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

    Create ridiculously fast Lexers (by maciejhirsz)

  • Rust is a very nice langage for implementing compilers, and has a nice ecosystem for it (logos, rust-peg, lalrpop, astmaker -- this one is mine --, etc...).

  • rust-peg

    Parsing Expression Grammar (PEG) parser generator for Rust

  • Rust is a very nice langage for implementing compilers, and has a nice ecosystem for it (logos, rust-peg, lalrpop, astmaker -- this one is mine --, etc...).

  • lalrpop

    LR(1) parser generator for Rust

  • Rust is a very nice langage for implementing compilers, and has a nice ecosystem for it (logos, rust-peg, lalrpop, astmaker -- this one is mine --, etc...).

  • astmaker

    Build Abstract Syntax Trees and tree-walking models quickly in Rust.

  • Rust is a very nice langage for implementing compilers, and has a nice ecosystem for it (logos, rust-peg, lalrpop, astmaker -- this one is mine --, etc...).

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

  • nom > regex

    10 projects | /r/rust | 6 Dec 2023
  • What is the state of the art for creating domain-specific languages (DSLs) with Rust?

    7 projects | /r/rust | 21 Jun 2023
  • Contrext-free language parsing with procedural macros

    2 projects | /r/rust | 25 Jan 2023
  • Show HN: IQ” – jq for images (using rust, LALRPOP)

    2 projects | news.ycombinator.com | 18 Sep 2022
  • Analogues of nom crate.

    3 projects | /r/rust | 7 Feb 2022