| 2026-07-24 03:39 | remove unnecessary slice allocation from . and , | david cochran | 1 | +6 | -4 |
| 2026-07-24 03:03 | replace sparse loop jump map with dense array. | david cochran | 3 | +126 | -79 |
| 2026-07-13 03:09 | bump Go version | david cochran | 2 | +4 | -2 |
| 2026-07-12 21:24 | add benchmarks for upcoming optimizations | david cochran | 1 | +17 | -0 |
| 2026-07-08 03:05 | replace recursive eval with for | david cochran | 1 | +39 | -38 |
| 2024-01-02 13:24 | update README with examples | david cochran | 1 | +34 | -18 |
| 2023-12-31 03:48 | fixes #7 - move partial loop logic into recursive eval | david cochran | 2 | +96 | -78 |
| 2023-12-30 13:30 | fixes #8 - let REPL handle interpreter Reset | david cochran | 2 | +12 | -25 |
| 2023-12-29 17:36 | refactor to use io Reader/Writer | david cochran | 3 | +64 | -60 |
| 2023-12-28 21:31 | read Bytes rather than String | david cochran | 1 | +2 | -2 |
| 2023-12-11 23:16 | fixes #4 - execute commands from unix pipes | david cochran | 1 | +79 | -45 |
| 2023-12-03 22:05 | fix welcome message | david cochran | 1 | +1 | -1 |
| 2023-11-18 21:38 | fixes #3 - support "streaming" command evaluation | david cochran | 6 | +321 | -312 |
| 2023-01-24 04:25 | fixes #2 - add gbfy CLI with REPL interface | david cochran | 2 | +113 | -0 |
| 2023-01-22 17:00 | fixes #1 - precompute loop jumps | david cochran | 2 | +108 | -55 |
| 2023-01-08 21:38 | initial commit | david cochran | 5 | +218 | -0 |