diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-20 22:51:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-20 22:51:29 +0200 |
| commit | 76272c9de69e9053f13cf65236bddebaa2952c4b (patch) | |
| tree | f26ee668f6188e879bb5741f651d1445f8435a76 /internal/repl | |
| parent | 8ff027c6d6551bfedd8332f5e4514f16612ffb74 (diff) | |
internal/rpn: Reorder functions to place public before private
According to Go best practices for this project, public functions and
methods should appear before private ones in the file. The private
methods (evaluate, handleAssignment) were placed between public methods.
This reordering improves code organization and maintainability while
maintaining identical functionality.
Diffstat (limited to 'internal/repl')
0 files changed, 0 insertions, 0 deletions
