mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
ref: https://github.com/oxc-project/oxc/issues/1164
I have initialized a crate for handling JavaScript Regexp and defined
the AST.
I implemented the AST while referring to
[eslint-community/regexpp](
|
||
|---|---|---|
| .. | ||
| lexer | ||
| ast.rs | ||
| lib.rs | ||
| parser.rs | ||
| validator.rs | ||
| visitor.rs | ||