Skip to content

Commit f6bfc35

Browse files
authored
Move over K"inert" (#13)
JuliaSyntax does not generate this kind, so I'm moving it over here.
1 parent 4b12ab1 commit f6bfc35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/kinds.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ function _register_kinds()
1919
"Value"
2020
# A (quoted) `Symbol`
2121
"Symbol"
22+
# QuoteNode; not quasiquote
23+
"inert"
2224
# Compiler metadata hints
2325
"meta"
2426
# TODO: Use `meta` for inbounds and loopinfo etc?

0 commit comments

Comments
 (0)