Skip to content

Implements command interpreter for event handling#8

Merged
tswistak merged 1 commit into
mainfrom
command-interpreter
Apr 16, 2025
Merged

Implements command interpreter for event handling#8
tswistak merged 1 commit into
mainfrom
command-interpreter

Conversation

@tswistak
Copy link
Copy Markdown
Contributor

Adds a core command interpreter for managing system events.

This implementation provides functionality for registering, emitting, and unregistering event callbacks. It enables decoupling of components by allowing them to subscribe to specific event types and react accordingly, improving the modularity and maintainability of the system.

Also, adds .idea/ to .gitignore.

Adds a core command interpreter for managing system events.

This implementation provides functionality for registering,
emitting, and unregistering event callbacks. It enables
decoupling of components by allowing them to subscribe to
specific event types and react accordingly, improving the
modularity and maintainability of the system.

Also, adds .idea/ to .gitignore.
@tswistak tswistak merged commit 877ade5 into main Apr 16, 2025
3 checks passed
@tswistak tswistak deleted the command-interpreter branch April 16, 2025 08:00
Comment thread packages/core/src/command-interpreter.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants