I
I
Igor Belikov2017-03-14 03:24:34
PHP
Igor Belikov, 2017-03-14 03:24:34

What analogues of Esprima can you suggest?

Greetings!
At the moment, I'm googling analogues of this library and decided to ask in parallel here, maybe someone knows similar tools in php or js.
Interested in libraries with the ability to build a syntax tree.
If there is something more or less similar, then please share the link or tell me in which direction to read about it all.
Example:
esprima.org/demo/parse.html

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Belyaev, 2017-03-14
@bingo347

https://www.npmjs.com/package/espree
a very good fork of the espree you mentioned, support for the standard up to es2017 inclusive, eslint uses it, it works quite fast, the output tree is very convenient for work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question