Skip to content

Commit c9c53b8

Browse files
committed
Fix #5971: Update Scala 2 macros doc
1 parent 89070ae commit c9c53b8

File tree

1 file changed

+5
-6
lines changed
  • docs/docs/reference/dropped-features

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: doc-page
3-
title: Dropped: Macros
3+
title: Dropped: Scala 2 Macros
44
---
55

66
The previous, experimental macro system has been dropped. Instead,
77
there is a cleaner, more restricted system based on two complementary
8-
concepts: `inline` and `meta`.
9-
10-
`inline` has been [implemented](../other-new-features/inline.md) in Dotty.
11-
12-
`meta` is worked on in the separate [Scalameta](http://scalameta.org) project
8+
concepts: `inline` and `'{ ... }`/`${ ... }` code generation.
139

10+
* `inline` has been [implemented](../other-new-features/inline.md) in Dotty.
11+
* Quotes `'{ ... }` and splices `${ ... }` has been [implemented](../other-new-features/principled-meta-programming.md) in Dotty.
12+
* [TASTy reflect](../other-new-features/tasty-reflect.md) provides more complex tree based APIs to inspect or create quoted code.

0 commit comments

Comments
 (0)