Skip to content

Release 2.0.1

Latest
Compare
Choose a tag to compare
@mugdhadhole1 mugdhadhole1 released this 22 Jan 10:41
· 1 commit to main since this release
5f79b4b
  • [TRLC] Fix an UnboundLocalError when missing a term
    in an expression.

  • [LRM, TRLC] Add check to detect duplicated components of a record when parsing a TRLC file.
    Below is an example of a *.trlc file demonstrating the new behavior.

    Something duplicated
    {
      description = "This is fine!"
      description = "This is the duplicate."  // will be detected as an error
    }
    

    The Language Reference Manual has been updated accordingly, and its version
    has been increased to 3.1