Ohm – A library and language for building parsers, interpreters, compilers, etc.

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • ohm

    A library and language for building parsers, interpreters, compilers, etc.

  • Always fun to find the first commit:

    https://github.com/harc/ohm/commit/4611bf63c5ecb90d782112d68...

    2014

    Neat tool. I write parsers by hand though. More fun, and you can be a lot sleazier.

  • Pegged

    A Parsing Expression Grammar (PEG) module, using the D programming language.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • usfm-grammar

    An elegant USFM parser.

  • This is an example of a library we built using Ohm: https://github.com/Bridgeconn/usfm-grammar [1]

    It works great for our use-case though I have been eyeing tree-sitter[2] for its ability to do partial parses.

    [1] USFM: https://ubsicap.github.io/usfm/

  • meowlang

    Meow Programming Language

  • I'm so happy to see this on HN. I've used Ohm for several projects. If you want a tutorial for building a simple programming language using Ohm, check out this series I put on GitHub.

    https://github.com/joshmarinacci/meowlang

  • pymetaterp

    A python parser that builds python ASTs in 502 lines of python without using modules

  • nile

  • Can you link to both the Maru community and the reborn Nile work? I've always tried to follow the latter, but [1] seems to be the only place to find information and it's been silent for a long time.

    [1] https://github.com/damelang/nile/issues/3

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
  • Peg.js: Parser Generator for JavaScript

    1 project | news.ycombinator.com | 24 Nov 2023
  • Ohm: A library and language for building parsers, interpreters, compilers, etc.

    6 projects | news.ycombinator.com | 31 Oct 2023
  • Letlang — Roadblocks and how to overcome them - My programming language targeting Rust

    6 projects | /r/rust | 7 Jun 2023
  • Is there a generalised, abstract programming language, designed to be specialised to a specific domain?

    1 project | /r/ProgrammingLanguages | 9 Nov 2022