Skip to content

JointyC-v2.0.1

Latest

Choose a tag to compare

@sv-giampa sv-giampa released this 18 Oct 09:19
  • Added the FileCharSequence class, that enabled the Lexer to read
    directly from a file through a paging managed with a Least-Recently-Used
    policy.

  • Added the Language annotation to the semantic analysis package. This
    allows to define a default binding between the Interpreter methods and a
    specific language. See documentation of the Language interface, for
    more details.