about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
...
* Extract helper method from testsAlan Pearce2014-09-20-29/+33
* Implement some basic value-class parsingAlan Pearce2014-09-15-3/+26
* Add basic example testAlan Pearce2014-09-15-0/+3
* Fix errors in parse-childrenAlan Pearce2014-09-15-5/+5
* Parse an empty document correctlyAlan Pearce2014-09-15-1/+4
* Switch to expectations test libraryAlan Pearce2014-09-15-132/+103
* Add support for parsing rel attributesAlan Pearce2014-09-13-1/+35
* Rename variables in parse-h for consistencyAlan Pearce2014-09-13-2/+2
* Give split-classes a clearer nameAlan Pearce2014-09-13-3/+3
* Refactor selectors using set = union syntaxAlan Pearce2014-09-13-4/+4
* Refactor parsers using expression-threadingAlan Pearce2014-09-13-9/+21
* Refactor reducers for easier testingAlan Pearce2014-09-13-4/+4
* Don't error when missing :attrs/:classAlan Pearce2014-09-13-4/+4
* Add e-* parsingAlan Pearce2014-09-13-1/+34
* Rename get-*-property functions to get-*-valueAlan Pearce2014-09-13-10/+10
* Add tests for classes-to-propsAlan Pearce2014-09-13-0/+9
* Add basic support for dt-* parsingAlan Pearce2014-09-13-1/+51
* Fallback to text content if attributes are not foundAlan Pearce2014-09-13-15/+31
* Test smaller units of codeAlan Pearce2014-09-13-31/+32
* Remove unnecessary commentAlan Pearce2014-09-13-2/+0
* Add u-* parsing capabilityAlan Pearce2014-09-13-5/+48
* Re-format trailing parenthesesAlan Pearce2014-09-12-6/+3
* Add support for parsing empty br/hr tagsAlan Pearce2014-09-12-1/+11
* Get correct property value for special tagsAlan Pearce2014-09-11-1/+25
* Set initial REPL/run namespaceAlan Pearce2014-09-11-1/+2
* Use class name for property keywordsAlan Pearce2014-09-11-4/+42
* Expand selectors to match classes with prefixesAlan Pearce2014-09-10-2/+2
* Create test & implementation for p-name parsingAlan Pearce2014-09-10-4/+24
* Create initial test and implementationAlan Pearce2014-09-09-13/+14
* Initial commit.Alan Pearce2014-09-09-0/+70