The Super Tiny Compiler

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
  • the-super-tiny-compiler

    :snowman: Possibly the smallest compiler ever

  • pl0c

    Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.

  • > Some compilers tokenize while parsing, but for a different reason: it's faster and uses less memory to generate the AST

    And some don't even generate an AST. :) Just read in and emit or interpret.

    https://briancallahan.net/blog/20210814.html

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

    A monadic LL(infinity) parser combinator library for javascript

  • Shout out for https://github.com/jneen/parsimmon if you want to build a parser in JS

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

  • single pass compilers (basic questions)

    3 projects | /r/Compilers | 20 Feb 2022
  • Let's write a compiler, part 3: A parser

    4 projects | news.ycombinator.com | 16 Aug 2021
  • I wrote the least-C C program I could

    3 projects | news.ycombinator.com | 20 Feb 2022
  • List of (open source) C compilers

    3 projects | news.ycombinator.com | 11 Apr 2023
  • What should be included in a history of the Rust language?

    5 projects | /r/rust | 1 Dec 2022