Releases: sv-giampa/JointyC-Library
Releases · sv-giampa/JointyC-Library
JointyC-v2.0.1
-
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
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.