new slogan:
- The Go+ language for engineering, STEM education, and data science
new features:
- support methods of builtin types:
1.string
,3.14.string
"Hi".len
,"100".int
,"3.14".float
,"gop run foo.gop".fields
,"1,2,4".split(",")
[1, 2, 3].len
,["Hello", "Go+"].join(" ")
{"Hi": 1, "Go+": 2}.len
- ast.ExprStmt: support cmdline style
- cmdline style: support []
changes:
- ast.CallExpr: NoParen => NoParenEnd