File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ Scala features XML literals which desugar to calls of the XML
231
231
library. The support for XML literals is part of the parser and the
232
232
compiler, and are bound to a single desugared API. Scala 2.10 added
233
233
support for generic, customizable string interpolators. Standard ones
234
- are ` s"foo = $foo" ` or ` f"bar = $bar%.2f" ` .
234
+ are ` s"foo = $foo" ` or ` f"bar = $bar%.2f" ` .
235
235
[ Quasi-quotes] ( http://docs.scala-lang.org/overviews/macros/quasiquotes.html ) ,
236
236
added in Scala 2.11, show that these interpolators can be implemented by
237
237
macros to support compile-time checking of the syntax inside an
@@ -324,7 +324,8 @@ When working on the project you will:
324
324
necessary to enable runtime macro expansion
325
325
- Experiment with and deliver runtime macro expansion for Scala macros
326
326
327
- * The project is already taken, but there are other macro-related options.
327
+ * Beware! There's already been a lot of applications for this project!
328
+ Luckily there are other macro-related ideas to hack on during GSoC.
328
329
Contact Eugene for more information.*
329
330
330
331
Mentored by [ Eugene Burmako] ( http://people.epfl.ch/eugene.burmako )
You can’t perform that action at this time.
0 commit comments