Skip to content

Commit

Permalink
Remove undefined export of lexeme symbol
Browse files Browse the repository at this point in the history
Replaced with `convert(String, ::Lexeme)`
  • Loading branch information
mofeing committed Jan 6, 2023
1 parent 85fb8ab commit 7b36a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lexers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export Token, pattern, Newline, Whitespace, Tab, Keyword, Quote, Natural, Identi
export Glyph, Dot, Comma, Colon, Semicolon, ParenthesisLeft, ParenthesisRight, BracketLeft, BracketRight, BraceLeft, BraceRight, Plus, Minus, Asterisk, Slash, GreaterThan, LessThan, Equal, At, Exclamation, Question

include("Lexeme.jl")
export Lexeme, lexeme, token
export Lexeme, token

include("Lexer.jl")
export Lexer, tokenize
Expand Down

0 comments on commit 7b36a08

Please sign in to comment.