Documentation ¶
Index ¶
Constants ¶
View Source
const ( Desc = "y4-lang 是基于 golang 的中文解释型脚本语言" Name = "y4-lang" ProjectUrl = "https://github.com/4ra1n/y4-lang" Logo = "__ ____ __ __ \n" + "\\ \\/ / // / / / ____ _____ ____ _\n" + " \\ / // /_______/ / / __ `/ __ \\/ __ `/\n" + " / /__ __/_____/ /__/ /_/ / / / / /_/ / \n" + "/_/ /_/ /_____|__,_/_/ /_/\\__, / \n" + " /____/ " )
Variables ¶
View Source
var ( Version = "NONE" BuildTime = "NONE" )
View Source
var ( // QuietFlag 这个是安静模式 QuietFlag bool )
Functions ¶
func Start ¶
func Start(cancel context.CancelFunc)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.