Skip to content

Commit

Permalink
Fix code snippet example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jan 6, 2023
1 parent c20a7fd commit a7b0732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to _lex_ or _tokenize_ a code string, call the `tokenize` function.
> NOTE: This code result is not yet loyal to reality.
```julia
julia> tokenize(Brainfuck, "[->+<]")
6-element Vector{Tuple{Token, SubString}}:
6-element Vector{Lexeme{T, SubString{String}} where T<:Token}:
"[" => Brackets left
"-" => Minus
">" => Greater than
Expand Down

0 comments on commit a7b0732

Please sign in to comment.