Package ch.turic


package ch.turic
  • Class
    Description
    Runtime exception for reporting syntax errors in the Turi language with detailed positional information.
    The BuiltIns class manages registration of built-in constants, functions, macros and classes that are available globally in the Turi language runtime.
    A command that the interpreter can execute
    Represents an execution context for the Turi language.
    Runtime exception class for execution-related errors in the Turi language.
     
    Interprets and executes source code written in the programming language.
     
     
     
     
    A REPL (Read-Eval-Print Loop) interpreter that executes code incrementally.
    This helper interface can load classes that implement a specific interface using the service loader.
    Classes implementing this interface and "providing" these classes from the module can implement methods for Java classes.
    Represents a function in the Turi language system that can be loaded as a service.