Entry for the first Browser Jam.
- tokenizing
- parsing (wip)
- rendering
Output so far...
Tree: HTMLDocument(root:
<HTML>
<HEADER>
<TITLE>
The World Wide Web project
<BODY>
<H1>
World Wide Web
The WorldWideWeb (W3) is a wide-area
<A NAME=0 HREF="WhatIs.html">
hypermedia
information retrieval initiative aiming to give universal access to a large universe of documents.
)
- ignore extraneous
</A>
closing tag - close unclosed tags (random
<P>
)
Uses Swift 6.0 snapshot
sudo apt install libglfw3-dev libglfw3 xorg-dev
MESA: error: ZINK: failed to choose pdev
Install latest stable Mesa drivers
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt upgrade