Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 378 Bytes

File metadata and controls

3 lines (3 loc) · 378 Bytes

webbrowser

A Python application to complete. It tokenizes and parses HTML and Javascript with the ability to detect syntax errors and point out the error point. The parser uses SR Parser so as to parse. Took this class course under Prof. Westley Weimer and learnt how to build your own simple web browser complete with the ability to parse and understand HTML and JavaScript.