LibWeb - library, that implements Web standarts
Go to file
g1n b34c254eb6
Add LICENSE
2022-03-10 11:00:53 +02:00
src Initial commit 2022-03-09 21:37:45 +02:00
.gitignore Initial commit 2022-03-09 21:37:45 +02:00
LICENSE Add LICENSE 2022-03-10 11:00:53 +02:00
README.org Initial commit 2022-03-09 21:37:45 +02:00

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`