summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Merged grammar fixes from the stable branch.xi2008-07-311-7/+7
* Another round of API update.xi2007-12-271-7/+9
* Completed the first phase of API refactoring.xi2007-12-271-99/+64
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...xi2007-04-171-3/+12
* Eliminate some warnings and add more doxygen definitions.xi2007-01-081-4/+8
* Fix Emitter bugs and leaks.xi2006-07-301-1/+1
* Implement Emitter state machine.xi2006-07-261-2/+8
* Add yaml_emitter_emit_* set of functions.xi2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.xi2006-07-231-66/+0
* Fix some leaks, segfaults and warnings.xi2006-07-211-2/+7
* Refactor internal and external API.xi2006-07-211-630/+572
* Complete the Parser (it requires refactoring though) and fix some bugs.xi2006-07-071-12/+483
* Implement half of the parsers.xi2006-07-051-0/+766
* Start working on the parser.xi2006-07-041-0/+237