A better way to construct regex

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

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

    PEG parser generator for Java 17 - grammar as algebraic datatypes

  • The parent project, https://github.com/zhong-j-yu/rekex , is a parser generator that mirrors grammar rules with datatypes. Since recursive types are not a problem, we don't have have a problem with recursive grammar rules.

  • Calculator

  • Ah interesting, not sure I entirely understand what you mean by an object graph. My project implements a recursive descent parser that allows for left recursion by curtailment. I think that's probably equivalent to what you're referring to as a cyclic object graph. Its basically a partial implementation of the algorithm described in this paper: Modular and Efficient Top-Down Parsing for Ambiguous Left-Recursive Grammars. You can check out the code here https://github.com/ciherrera20/Calculator.

  • 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

  • Deploying a Spring Boot Application: A Comprehensive Guide

    1 project | dev.to | 17 May 2024
  • Emerging Tech Trends 2024: The Latest Developments in AI, API, and Automation

    1 project | dev.to | 17 May 2024
  • Workbench for Apache NiFi data flows

    1 project | dev.to | 17 May 2024
  • Best Practices for Adopting Open-Source Software in 2024

    1 project | dev.to | 17 May 2024
  • Practical Llama 3 inference in Java

    1 project | news.ycombinator.com | 16 May 2024