MENU

Fun & Interesting

Writing a stack-based functional parser in C

dr Jonas Birch 913 2 weeks ago
Video Not Working? Fix It Now

At this point we have succeeded in writing a lexer/tokenizer for our own html language. Now we begin writing our actual parser. In this episode we'll be focusing on developing a stack-based data structure, which will help us keep track of which html tags are open. This is episode 6 in the series about coding your own html language in C. References Ep 01-05 of "Coding an HTML parser in C" https://youtu.be/M58JYD_Jjdc Become a member and get benefits, check out: https://www.youtube.com/channel/UC6Q8NDGqQ2eJ7QXX693ikdw/join

Comment