codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
282.03k stars 26.47k forks source link

Add JSON parsing using shift-reduce approach #955

Open rhaeguard opened 7 months ago

rhaeguard commented 7 months ago

Hi,

This is an article I've written on parsing JSON. I do touch on recursive descent a little, but it's mostly focused on shift-reduce which is a bottom-up parsing approach.

Cheers!