The Bel reader shows the correct behavior: ``` $ perl -Ilib bin/bel Language::Bel 0.58 -- msys. > (read '(")")) Error: unexpected-terminator ``` But the Perl-based reader does not throw this error: ``` > ) Error: ('unboundb ) ```
The Bel reader shows the correct behavior:
But the Perl-based reader does not throw this error: