way better lex function
This commit is contained in:
parent
6f7adc0789
commit
65cecb3647
7 changed files with 60 additions and 37 deletions
|
|
@ -9,6 +9,6 @@ import (
|
|||
func main() {
|
||||
scanner := bufio.NewScanner(os.Stdin)
|
||||
for scanner.Scan() {
|
||||
PrintSExpression(Lex(scanner.Text()))
|
||||
shsh.PrintSExpression(shsh.Lex(scanner.Text()))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue