Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Output lists of values according to spec | Alan Pearce | 2014-09-22 | -37/+37 |
| | ||||
* | Add initial implied property parsing | Alan Pearce | 2014-09-21 | -1/+15 |
| | ||||
* | Parse mf names into type array | Alan Pearce | 2014-09-21 | -2/+11 |
| | ||||
* | Fix HTML typo in tests | Alan Pearce | 2014-09-21 | -1/+1 |
| | ||||
* | Split h-* selection and parsing | Alan Pearce | 2014-09-21 | -6/+6 |
| | ||||
* | Extract helper method from tests | Alan Pearce | 2014-09-20 | -29/+33 |
| | ||||
* | Implement some basic value-class parsing | Alan Pearce | 2014-09-15 | -3/+26 |
| | ||||
* | Add basic example test | Alan Pearce | 2014-09-15 | -0/+3 |
| | ||||
* | Fix errors in parse-children | Alan Pearce | 2014-09-15 | -5/+5 |
| | ||||
* | Parse an empty document correctly | Alan Pearce | 2014-09-15 | -1/+4 |
| | ||||
* | Switch to expectations test library | Alan Pearce | 2014-09-15 | -132/+103 |
| | ||||
* | Add support for parsing rel attributes | Alan Pearce | 2014-09-13 | -1/+35 |
| | ||||
* | Rename variables in parse-h for consistency | Alan Pearce | 2014-09-13 | -2/+2 |
| | ||||
* | Give split-classes a clearer name | Alan Pearce | 2014-09-13 | -3/+3 |
| | ||||
* | Refactor selectors using set = union syntax | Alan Pearce | 2014-09-13 | -4/+4 |
| | ||||
* | Refactor parsers using expression-threading | Alan Pearce | 2014-09-13 | -9/+21 |
| | ||||
* | Refactor reducers for easier testing | Alan Pearce | 2014-09-13 | -4/+4 |
| | ||||
* | Don't error when missing :attrs/:class | Alan Pearce | 2014-09-13 | -4/+4 |
| | ||||
* | Add e-* parsing | Alan Pearce | 2014-09-13 | -1/+34 |
| | ||||
* | Rename get-*-property functions to get-*-value | Alan Pearce | 2014-09-13 | -10/+10 |
| | ||||
* | Add tests for classes-to-props | Alan Pearce | 2014-09-13 | -0/+9 |
| | ||||
* | Add basic support for dt-* parsing | Alan Pearce | 2014-09-13 | -1/+51 |
| | ||||
* | Fallback to text content if attributes are not found | Alan Pearce | 2014-09-13 | -15/+31 |
| | ||||
* | Test smaller units of code | Alan Pearce | 2014-09-13 | -31/+32 |
| | ||||
* | Remove unnecessary comment | Alan Pearce | 2014-09-13 | -2/+0 |
| | ||||
* | Add u-* parsing capability | Alan Pearce | 2014-09-13 | -5/+48 |
| | ||||
* | Re-format trailing parentheses | Alan Pearce | 2014-09-12 | -6/+3 |
| | ||||
* | Add support for parsing empty br/hr tags | Alan Pearce | 2014-09-12 | -1/+11 |
| | ||||
* | Get correct property value for special tags | Alan Pearce | 2014-09-11 | -1/+25 |
| | | | | img, area, abbr, data and input tags are all consumed differently. | |||
* | Set initial REPL/run namespace | Alan Pearce | 2014-09-11 | -1/+2 |
| | ||||
* | Use class name for property keywords | Alan Pearce | 2014-09-11 | -4/+42 |
| | ||||
* | Expand selectors to match classes with prefixes | Alan Pearce | 2014-09-10 | -2/+2 |
| | ||||
* | Create test & implementation for p-name parsing | Alan Pearce | 2014-09-10 | -4/+24 |
| | ||||
* | Create initial test and implementation | Alan Pearce | 2014-09-09 | -13/+14 |
| | ||||
* | Initial commit. | Alan Pearce | 2014-09-09 | -0/+70 |