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