~alcinnz/CatTrap

ref: 474bbc4e0ba0be7bdb7b84d0dba7d84931a555a0 CatTrap/README.md -rw-r--r-- 460 bytes
474bbc4e — Adrian Cochrane Draft shunting yard interpreter for calc(). 1 year, 7 months ago
                                                                                
09970dfc Adrian Cochrane
1
2
3
4
5
6
# CatTrap
Lays out boxes according to the [CSS Box Model](https://www.w3.org/TR/css-box-3/), computing where to place e.g. images, paragraphs, containers, tables, etc onscreen given desired amounts of whitespace.

It is a layout engine for [The Argonaut Stack](https://argonaut-constellation.org/) browser engine, and as such this being the internet some of these boxes will inevitably contain cats.

TODO: Say more about how to use this once its implemented.