regular-express
regular-express copied to clipboard
A completely visual regular expression tool. Build and edit complex regular expressions without ever worrying about syntax. Currently in early alpha.
Regular Express

A tool that allows you to build regular expressions completely visually. Use the power of regular expressions without getting bogged down by the syntax!
View the task tracker to see what's in the works.
Building
You can build with python build.py. Python 3 is required. It should be portable across platforms as long as you have everything installed.
You will need the following installed and on your path:
clang(andwasm-ld, included)- On Windows, it seems the easiest way is to install Visual Studio with the "clang development tools" or whatever. It is an optional add-on to the "Desktop development with C++" preset. Clang will then be available inside the VS developer command prompt.
wat2wasm(from wabt)wasm-opt(from binaryen)