
Babbler
Parses JavaScript source code into a Babel Abstract Syntax Tree — send code and get the resulting AST.
Description
What Babbler does
Babbler converts JavaScript source into a Babel Abstract Syntax Tree. Send a snippet of code and the bot returns its AST. It can parse a full source or a single atom of source code.
Key features
- Parse source — the /parse command turns source code into an AST.
- Parse a single atom — the /single command parses one atom of source code.
- Command help — /help lists the available commands.
Who it is for
JavaScript developers and tooling authors who want to inspect how code is represented as a Babel AST.
Added on June 12, 2026