This commit is contained in:
parent
ebd8c61956
commit
0d5e406f90
3 changed files with 107 additions and 1 deletions
|
|
@ -3,8 +3,9 @@ package main
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/chzyer/readline"
|
||||
"log"
|
||||
|
||||
"github.com/chzyer/readline"
|
||||
"ucl.lmika.dev/repl"
|
||||
"ucl.lmika.dev/ucl"
|
||||
"ucl.lmika.dev/ucl/builtins"
|
||||
|
|
@ -27,6 +28,7 @@ func main() {
|
|||
ucl.WithModule(builtins.Lists()),
|
||||
ucl.WithModule(builtins.Time()),
|
||||
ucl.WithModule(builtins.Fns()),
|
||||
ucl.WithModule(builtins.URLs()),
|
||||
)
|
||||
ctx := context.Background()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue