• Stars
    star
    1
  • Language
    Smalltalk
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Experimental visualizations and exploratory tools for Squeak's regex engine

Regex-Tools

Experimental visualizations and exploratory tools for Squeak's regex engine. Bleeding edge research prototype. Depends on some regex features and changes that are not yet integrated into the Squeak Trunk. Animations were created with the help of the range retracing API of the TraceDebugger.

Impressions

Simple backreference ((\w+)\1\>):

Backreference visualization

Backtracking (\d+(_\d+)*):

Backtracing animation

Double words ((\<\w+) \1\>):

Double words animation