Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2025 Changes in this version + type Server struct + func NewServer(opts *ServerOptions) *Server + func (s *Server) DefaultLibraryPath() string + func (s *Server) FS() vfs.FS + func (s *Server) GetCurrentDirectory() string + func (s *Server) Log(msg ...any) + func (s *Server) NewLine() string + func (s *Server) Run() error + func (s *Server) Trace(msg string) + type ServerOptions struct + Cwd string + DefaultLibraryPath string + Err io.Writer + FS vfs.FS + In io.Reader + NewLine core.NewLineKind + Out io.Writer