Package org.daiitech.naftah
package org.daiitech.naftah
This is the base package of Naftah programming language.
- Author:
- Chakib Daii
-
ClassDescriptionMain entry point of the Naftah programming language.The base command class for the Naftah CLI, implemented with picocli.The 'init' subcommand that prepares Java classpath classes for Naftah reuse.The
'man'subcommand for Naftah.Enum representing all manual subcommands supported in Naftah.Represents different targets for the manual command.The 'run' subcommand that interprets a Naftah script.The 'shell' subcommand that starts the interactive Naftah REPL (Read-Eval-Print Loop).Enum representing the REPL-specific commands supported in the Naftah interactive shell.Provides version information for the Naftah command line.Utility class for managing system-wide settings, especially for terminal configuration and versioning in the Naftah runtime environment.Exposes the Naftah release information such as version, build date, and build time.