~subsetpark/the-brzozowski-variations

A series of implementations of the regex model described in the paper "Parsing with Derivatives" in various languages or frameworks.
3bc81c85 — Zach Smith 2 years ago
Use enums for literal discriminants
58727c21 — Zach Smith 2 years ago
add typescript
496f9b99 — Zach Smith 2 years ago
node impl

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~subsetpark/the-brzozowski-variations
read/write
git@git.sr.ht:~subsetpark/the-brzozowski-variations

You can also use your local clone with git send-email.

#The Brzozowski Variations

A series of implementations of the regex model described in the paper Parsing with Derivatives in various languages or frameworks.

#Index

#fugue

An implementation using the fugue object system for Janet.

#elixir

An implementation in the Elixir language.

#lfe

An implementation in LFE.

#gleam

An implementation in Gleam.