- Compile with C++23 standard
- bpp-lsp: Eliminate deadlock potential in ProgramPool
Restrict ourselves to only one mutex, and use atomic operations on
the snapshot state instead of relying on a secondary mutex which
could otherwise potentially cause deadlock - bpp-lsp: Bug fix: avoid re-parsing twice
- docs: Cleaned up synopsis on manual page for 'typeof'