Try to lex identifiers and parens
This commit is contained in:
parent
59e55a39e4
commit
ed27494783
3 changed files with 21 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
let l = Lexer(input: "(())")
|
||||
let l = Lexer(input: "((abc))")
|
||||
for t in l {
|
||||
print(t)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue