Module parser_engine

Module parser_engine 

Source
Expand description

Contains the core parsing engine. Parser for Unilang instructions.

This module provides the core logic for parsing Unilang instructions from a string input. It handles tokenization, command path parsing, argument parsing, and error reporting.

Structsยง

Parser
The main parser struct.