replace missing line
This commit is contained in:
parent
d4ac779fa9
commit
474dddf9b3
|
@ -122,6 +122,7 @@ What happens if we pass our @racket[parse] function a bigger source of tokens?
|
|||
(token 'WORD str)])))
|
||||
|
||||
@code:comment{For example:}
|
||||
(define token-source (tokenize "(welcome (to (((brag)) ())))"))
|
||||
(define v (parse token-source))
|
||||
(syntax->datum v)
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user