Skip to content

Experimental visualizations and exploratory tools for Squeak's regex engine

Notifications You must be signed in to change notification settings

LinqLover/Regex-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experimental visualizations and exploratory tools for Squeak's regex engine

Resources

Stars

Watchers

Forks

Releases

No releases published