[NEW] Move the sloc diff'ing code out of Ohloh and into Ohcount
[ohcount] / PARSER_DOC
2008-08-26  Robin LuckeyMerge git://github.com/korsakov/ohcount into haml
2008-08-15  Fedor KorsakovMerge branch 'master' of git://github.com/mitchell...
2008-08-08  mitchellFixed important typo in PARSER_DOC.
2008-06-26  Robin LuckeyMerge from Ohcount main line
2008-06-23  mitchellFixed another segfault; renamed 'queue' action to ...
2008-06-21  mitchellFixed issue with Ragel executing actions in real time...
2008-06-10  mitchellFixed important typo in PARSER_DOC. Please see revision.
2008-06-03  mitchellUpdated PARSER_DOC for consistency.
2008-06-03  mitchellUpdated PARSER_DOC to include updates to embedded langu...
2008-05-29  mitchellCreated 'init' macro for parsers.
2008-05-29  mitchellUpdated PARSER_DOC to include information on embedded...
2008-05-29  mitchellAdded #ifndef ... #endif around parsers; they are heade...
2008-05-29  mitchellMoved common variables into ragel_parser_macros.h.
2008-05-23  mitchellUpdated PARSER_DOC.
2008-05-22  mitchellDefine NEWLINE like INTERNAL_NL so parsers don't have...
2008-05-22  mitchellUpdated PARSER_DOC to fix typo.
2008-05-22  mitchellUpdated PARSER_DOC to include entity machines.
2008-05-21  mitchellUpdated PARSER_DOC to include documentation on macros.
2008-05-21  mitchellUpdated formatting of PARSER_DOC.
2008-05-21  mitchellUpdated PARSER_DOC to include information on the differ...
2008-05-21  mitchellUpdated PARSER_DOC to recommend prefixing definitions...
2008-05-20  mitchellUpdated PARSER_DOC to include non-conflicting constant...
2008-05-20  mitchellUpdated PARSER_DOC to discuss why variable/function...
2008-05-20  mitchellUpdated PARSER_DOC to reflect counting blanks inside...
2008-05-20  mitchellAdded initial documentation for writing parsers.