Commit Graph

1 Commits

Author SHA1 Message Date
e035d0c658 Refactor: Extract parser stack implementation to parser_util (#6514)
The command and config parsers both used a similar stack implementation
for handling tokens. This resulted in duplicated code.

This commit extracts the common stack implementation (push/get/clear
functions for strings and longs) into a new `parser_util` module.

This resolves a long standing TODO comment.
2025-11-05 22:56:49 +01:00