Abubakar Nur Khalil

Results 4 issues of Abubakar Nur Khalil

I see you mentioned Robert Nystrom's [craftinginterpreters](https://github.com/munificent/craftinginterpreters). You could also list the repos that point to the code for the [Java interpreter (jlox)](https://github.com/munificent/craftinginterpreters/tree/master/java/com/craftinginterpreters) and [C VM (clox)](https://github.com/munificent/craftinginterpreters/tree/master/c) for the (Lox)...

This PR adds grammar fixes to the doc.

This PR adds support for the Nigerian Naira (NGN) and South African Rand (ZAR). CoinGecko supports both currencies, see https://api.coingecko.com/api/v3/simple/supported_vs_currencies.

For brief context, I have been using this library for work with descriptors in a separate ts-based project, and I noticed it didn't handle parsing single-key taproot descriptors `tr(KEY).` This...