Skip to content

v1.0.7

Compare
Choose a tag to compare
@xushiwei xushiwei released this 28 Sep 01:47
· 2899 commits to main since this release

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