Skip to content

Instantly share code, notes, and snippets.

View herrfugbaum's full-sized avatar
🤠

Pascal herrfugbaum

🤠
  • Grau Elektronik GmbH
  • Karlsruhe, Germany
  • X @hrfugbaum
View GitHub Profile
@justincy
justincy / README.md
Last active April 5, 2024 22:19
Configure Storybook to work with Next.js, TypeScript, and CSS Modules

In addition to the Storybook for React setup, you'll also need to install these packages:

npm i -D @babel/core babel-loader css-loader style-loader

In this tutorial we're going to build a set of parser combinators.

What is a parser combinator?

We'll answer the above question in 2 steps.

  1. What is a parser?
  2. and, what is a parser combinator?

So first question: What is parser?