Skip to content

Commit fbe1a60

Browse files
committed
Adds token refs #622
1 parent 6254b21 commit fbe1a60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,10 @@ L<Exegeses|#Exegesis>.
10981098
L<#IRC> screen name for L<#Larry Wall>, creator of Perl. The name comes from
10991099
the pronunciation of L<#TIMTOWTDI> as a word.
11001100
1101+
=head1 token
1102+
1103+
In this context, a L<C<token>|/syntax/token> is a regex that does not backtrack. In general, L<tokens|https://en.wikipedia.org/wiki/Lexical_analysis> are extracted from the source program while L<#Lexing>.
1104+
11011105
=head1 Thunk
11021106
X<|Thunk>
11031107

0 commit comments

Comments
 (0)