starlarkrepl:Starlark REPL 源码
Starlarkrepl 基于星lar的自动完成实验REPL。 thread := & starlark. Thread { Load : repl . MakeLoad ()} globals := make (starlark. StringDict ) options := starlarkrepl. Options { AutoComplete : true , HistoryFile : "history.txt" , } starlarkrepl . Run ( thread , globals , options )
文件列表
starlarkrepl-master.zip
(预估有个7文件)
starlarkrepl-master
go.mod
198B
go.sum
1KB
LICENSE
1KB
README.md
496B
starlarkrepl
main.go
430B
starlarkrepl_test.go
3KB
starlarkrepl.go
7KB
暂无评论