Show HN: Clex is now thread-safe and instance-based A lexer generator for C

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

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

    clex is a simple lexer generator

  • https://github.com/jafarlihi/clex

    I very recently updated clex to be instance-based (instead of being a single global instance) and thread-safe based on previous feedback.

    clex lets you programatically generate lexers in your C program without going through extra intermediary generation/compilation step, and now you can have more than one in your application!

    There’s also cparse: https://github.com/jafarlihi/cparse

    It lets you generate LR(1) and LALR(1) parsers in much the same way, and it uses clex under the hood. It’s currently not updated to the latest version of instance-based clex but it is in my plans to do so soon.

    Feedback and contributions are appreciated!

  • cparse

    cparse is an LR(1) and LALR(1) parser generator (by jafarlihi)

  • https://github.com/jafarlihi/clex

    I very recently updated clex to be instance-based (instead of being a single global instance) and thread-safe based on previous feedback.

    clex lets you programatically generate lexers in your C program without going through extra intermediary generation/compilation step, and now you can have more than one in your application!

    There’s also cparse: https://github.com/jafarlihi/cparse

    It lets you generate LR(1) and LALR(1) parsers in much the same way, and it uses clex under the hood. It’s currently not updated to the latest version of instance-based clex but it is in my plans to do so soon.

    Feedback and contributions are appreciated!

  • 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

  • clex is now thread-safe and instance-based, a lexer generator for C

    3 projects | /r/C_Programming | 5 Apr 2023
  • GitHub - jafarlihi/cparse: cparse is a simple LR(1) parser generator for C

    2 projects | /r/C_Programming | 15 Nov 2022
  • GitHub - jafarlihi/clex: clex is a simple lexer generator for C

    1 project | /r/cprogramming | 8 Nov 2022
  • GitHub - jafarlihi/clex: clex is a simple lexer generator for C

    1 project | /r/opensource | 5 Nov 2022
  • GitHub - jafarlihi/clex: clex is a simple lexer generator for C

    1 project | /r/programmingtools | 5 Nov 2022