Skip to content

Stable release

Latest
Compare
Choose a tag to compare
@qsphan qsphan released this 10 Nov 23:39
· 36 commits to master since this release

Refine the syntax of separation logic:

  • VariableExpression is deprecated, Variable is used instead of VaraibleExpression.
  • EqNullTerm, NEqNullTerm, EqTerm, NEqTerm are deprecated. They will be replaced by ComparisonTerm.
  • Add NullExpression
  • Optimizing the alias container using HashMap instead of LinkList<LinkedList>. Hopefully it will be faster.
  • Change also the antlr grammar .g4 file.
  • All unit tests are OK.