Skip to content

emcfarlane/starlarkrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starlarkrepl

GoDev

Experimental autocompletion REPL for starlark-go based on liner.

thread := &starlark.Thread{Load: repl.MakeLoad()}
globals := make(starlark.StringDict)
options := starlarkrepl.Options{
	AutoComplete: true, 
	HistoryFile: "history.txt",
}

starlarkrepl.Run(thread, globals, options)

Releases

No releases published

Packages

No packages published

Languages