Implementing Regular Expressions in TypeScript Types (Badly)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ts-regexp

    Type-Level Regular Expressions matching with TypeScript

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. compile-time-regular-expressions

    Compile Time Regular Expression in C++

    Hana Dusikova did this in C++ several years ago, with her CTRE library.

    https://github.com/hanickadot/compile-time-regular-expressio...

    Of course, it has all the usual tradeoffs of compile-time template programming.

  4. Hana Dusikova did this in C++ several years ago, with her CTRE library.

    https://github.com/hanickadot/compile-time-regular-expressio...

    Of course, it has all the usual tradeoffs of compile-time template programming.

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

  • What are thoughts on removing regular expression from the standard library?

    1 project | /r/cpp | 8 Jun 2023
  • Verify all characters are same except a few

    1 project | /r/cpp_questions | 9 Mar 2023
  • Constexpr regex parser!

    2 projects | /r/cpp | 14 Feb 2023
  • Regex shootout updated - hyperscan 1st, Rust 2nd, std::regex dead last

    5 projects | /r/cpp | 12 Oct 2022
  • What are C++ standard library and/or compiler extensions?

    1 project | /r/cpp_questions | 15 Jun 2022