ghalestrilo / seg

A live-coding session manager
Apache License 2.0
11 stars 0 forks source link

Fix broken tidal regex (lookbehind not supported) #42

Open ghalestrilo opened 3 years ago

ghalestrilo commented 3 years ago

Negative Lookbehind is a very useful tool to parse tidal code. Unfortunately it's a very recent and not too widely supported feature, so seg is not building to node because of that.

Maybe just choosing a more recent version of node will be enough, but we may have to find a way around this