File tree 1 file changed +2
-4
lines changed
docs/docs/reference/metaprogramming 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ introduce the following fundamental facilities:
33
33
34
34
4 . [ Quote Reflection] ( ./quote-reflection.md ) Quotations are a "black-box"
35
35
representation of code. They can be parameterized and composed using
36
- splices, but their structure cannot be analyzed from the outside. TASTy
37
- reflection gives a way to analyze code structure by partly revealing the representation type of a piece of code in a standard API. The representation
38
- type is a form of typed abstract syntax tree, which gives rise to the ` TASTy `
39
- moniker.
36
+ splices, but their structure cannot be analyzed from the outside. Quote
37
+ reflection gives a way to analyze code structure by partly revealing the representation type of a piece of code in a standard API.
40
38
41
39
5 . [ TASTy Inspection] ( ./tasty-inspect.md ) Typed abstract syntax trees are serialized
42
40
in a custom compressed binary format stored in ` .tasty ` files. TASTy inspection allows
You can’t perform that action at this time.
0 commit comments