Skip to content

1.1.3

Compare
Choose a tag to compare
@yanghuan yanghuan released this 18 May 02:48
· 1093 commits to master since this release
  • support System.Tuple Deconstruct
  • fix TupleExpression not need copy value
  • fix #41, char and byte type can not be distinguished
  • fix #40,Concatenating a String and a Boolean causes a fault
  • fix #39, static field
  • fix #38, static field assigning
  • fix VisitElementAccessExpression, like "const string s = "a"; a[0] .. "