Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9266347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T14:17:49+00:00 2026-06-18T14:17:49+00:00

Where I can learn how to construct the AST’s that Scala’s macros generate? The

  • 0

Where I can learn how to construct the AST’s that Scala’s macros generate?

The Scaladoc isn’t as helpful as I’d like. For example:

abstract def Apply(sym: Universe.Symbol, args: Universe.Tree*): Universe.Tree
A factory method for Apply nodes.

But how do I figure out what an Apply node is? Where can I find a list of the node types in AST’s, and how they fit together?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T14:17:51+00:00Added an answer on June 18, 2026 at 2:17 pm

    There isn’t a lot of documentation for the internals of the compiler available, but the things that are available should be enough to get started.

    Mirko Stocker, has written his Master Thesis about Scala Refactoring. In Appendix D (p. 95) he describes the architecture of the AST. It includes also a graphical overview:

    Scala AST

    Another way to find information about the AST is to look directly into the sources of reflect.internal.Trees, which contains the AST.

    If one needs to find out how a specific source code snippet is represented internally there is reify:

    scala> import reflect.runtime.universe._
    import reflect.runtime.universe._
    
    scala> showRaw(reify{val i = 0}.tree)
    res8: String = Block(List(ValDef(Modifiers(), newTermName("i"), TypeTree(),
      Literal(Constant(0)))), Literal(Constant(())))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create an application which can learn to classify a sequence
I want to make a smart keyboard that can learn and save new words
Can anyone recommend tools or articles that help me to learn how to TDD
I've learn a while ago on StackOverflow that we can get the instance ID
One question about protected constructor. I learnt that the protected constructor can be used
Are there some resources where one can learn how to develop for Windows Phone
I need help, how can I learn this framework? Here's what I need to
I do not understand pointers. Where can I learn more about them?
Can anyone help me to learn developing webservices with jdk 1.4? I'm restricted to
i'm trying to learn all i can about the paper object in raphael. i've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.