Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 725 Bytes

regexParser

TODO:

  • group name identifier
  • resolve escape in unicode flag
  • expression graph

⚠️ Note: The repo is practice repo for leaning how to parse regex to AST.

If you are searching a tool to parse regex.Maybe the repo(regexp-tree) helps you.

If you want to know more tools about parsing language to AST.The repo(astexplorer) is very useful.

Material

Parser Generator