~subsetpark/the-brzozowski-variations

A series of implementations of the regex model described in the paper "Parsing with Derivatives" in various languages or frameworks.
Use enums for literal discriminants
add typescript
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.