Package org.daiitech.naftah.utils.repl
package org.daiitech.naftah.utils.repl
This is the base package of Naftah programming language REPL (Read-Eval-Print Loop) utilities.
- Author:
- Chakib Daii
-
ClassesClassDescriptionAn abstract base class for implementing custom
Highlighterlogic while preserving behavior from an original highlighter.A composite implementation ofHighlighterthat applies multiple highlighters in sequence and merges their results.Builder class for creating a CompositeHighlighter instance using a fluent interface.A customStringsCompleterimplementation that supports shaping text for better display in terminals that require right-to-left formatting.A utility class providing helper methods and constants used by the REPL (Read-Eval-Print Loop) in the Naftah programming environment.