8000 GitHub - scalameta/ast-explorer: AST explorer for Scalameta trees
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scalameta/ast-explorer

Repository files navigation

Scala AST explorer

Use Scalameta in the browser to explore Scala code syntax.

Try it

Built with Scala 3, Scala.js, Scalameta, Laminar, and Scala CLI.

CleanShot 2025-03-15 at 08 44 20

Contributing

Pre-requisites:

Developing:

  • Run npm run dev to run the development server (with Scala auto-reload).
  • Run npm run build to build the production version in dist/ folder.
0