Simple test harness
This commit is contained in:
parent
a0eb34f9a2
commit
aed0d3e43d
1 changed files with 4 additions and 1 deletions
|
@ -8,5 +8,8 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
print("Hello, World!")
|
||||
let l = Lexer(input: "(())")
|
||||
for t in l {
|
||||
print(t)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue