Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 759 Bytes

File metadata and controls

19 lines (12 loc) · 759 Bytes

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.