Skip to content

Releases: sv-giampa/JointyC-Library

JointyC-v2.0.1

18 Oct 09:19

Choose a tag to compare

  • 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.

JointyC-v2.0.0

12 Jun 15:44

Choose a tag to compare

This release introduces a new method to define interpreters through annotations, simplifing a very large part of work for the developer and reducing the needed knowledge about the backing machinery that realizes the semantic analysis.