prototype repl
This commit is contained in:
parent
30481d4f78
commit
c40aea7326
7 changed files with 233 additions and 35 deletions
|
|
@ -20,10 +20,10 @@ package main
|
|||
import (
|
||||
"strings"
|
||||
"os"
|
||||
"git.callpipe.com/aidan/shs/io"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
)
|
||||
|
||||
func main() {
|
||||
io.PrintSExpression(ast.Lex(strings.Join(os.Args[1:], " ")))
|
||||
log.PrintSExprsIndividually(ast.Lex(strings.Join(os.Args[1:], " ")))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue