Skip to content

Commit

Permalink
Include nkError in doc/astspec.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Mar 8, 2024
1 parent 32ce9cc commit d7c23d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/astspec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ contains:

type
NimNodeKind = enum ## kind of a node; only explanatory
nnkError, ## erroneous AST node
nnkEmpty, ## empty node
nnkIdent, ## node contains an identifier
nnkIntLit, ## node contains an int literal (example: 10)
Expand Down

0 comments on commit d7c23d9

Please sign in to comment.