LibWeb - library, that implements Web standarts
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
g1n b34c254eb6
Add LICENSE
1 year ago
src Initial commit 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Add LICENSE 1 year ago
README.org Initial commit 1 year ago

README.org

LibWeb - library, that implements Web standarts

What standarts are implementing?

  • HTML

What can this library do now?

LibWeb can tokenize and parse HTML to DOM tree, that you can use in your applications.

How to build?

  • `cd src`
  • `make`

If you want to also build utilities:

  • `make utils`

After this `libweb.a` will be in `builds` directory and utils in `build/utils`