Skip to content

islonely/tigerlily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiger

An attempt at creating a web browser in V following the WhatWG spec.

This may not seem like much. This is actually the contents of example.com tokenized, parsed, constructed into a tree, then the source code for that DOM tree regenerated. img

Building

Tiger currently uses pisaiah/ui for the UI. It can be installed with v install in the repository root. After that you can build it as normal: v run <repo_root>.

Build Flags

These are flags the can be passed when building the app with v -d <flag> run <repo_root>

Flag Description
print_tree Pretty prints the DOM tree to the terminal. (Useful for debugging)

About

An attempt at creating a basic web browser in V.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published