Fixes recursion bug in disambiguate_in().
[ohcount] / src / parsers /
2012-03-06  Robin LuckeyMerge pull request #11 from dcsobral/forth
2012-02-23  Daniel C. SobralInitial support for Forth
2011-12-16  Robin LuckeyAdds additional comment styles for MS-DOS batch files
2011-12-15  Robin LuckeyMerge branch 'master' of git://github.com/pfusik/ohcount
2011-12-15  Robin LuckeyMerge branch 'master' of git://github.com/pmoura/ohcount
2011-12-15  Robin LuckeyMerge pull request #6 from cmarcelo/qml
2011-10-22  Caio Marcelo de... Add support for Qt's QML language
2011-08-09  Robin LuckeyMerge branch 'ecere'
2011-08-08  Robin LuckeyOTWO-922 Adds CoffeeScript parser
2011-08-08  Robin LuckeyMerge https://github.com/bytbox/ohcount into jam
2011-08-08  Robin LuckeyMerge branch 'adding_racket' of https://github.com...
2011-08-08  Robin LuckeyMerge branch 'master' of https://github.com/earl/ohcount
2011-08-08  Robin LuckeyMerge branch 'rebol' of https://github.com/earl/ohcount...
2011-08-08  Robin LuckeyMerge https://github.com/ecere/ohcount into ecere
2011-08-07  Paulo MouraAdded basic unit tests for Prolog parsing.
2011-08-07  Paulo MouraAdded basic unit tests for Logtalk parsing.
2011-08-06  Paulo MouraAdded basic support for Logtalk and Prolog (missing...
2011-07-07  John Clementsadding racket, re-using lisp parser, following clojure...
2011-06-01  Andreas BolkaFix filename in Go parser attribution line
2011-06-01  Andreas BolkaImplement parsing of REBOL multi-line strings
2011-06-01  Andreas BolkaAdd REBOL detection and (basic) parsing
2011-05-21  Jerome St-LouisAdded support for the eC language (www.ecere.com)
2011-04-18  Scott LawrenceAdding recognition and parser for perforce Jam (Jamfile...
2011-04-08  Robin LuckeyMerge branch 'master' of https://github.com/bytbox...
2011-04-08  Robin LuckeyMerge branch 'master' of https://github.com/chris-morga...
2010-09-09  Chris MorganAdded a parser for NSIS files (.nsi, .nsh).
2010-07-23  Scott Lawrenceupdated author information
2010-07-23  Scott LawrenceMerge branch 'golang'
2010-07-23  Scott Lawrenceadded golang detection and parsing, based on C
2010-07-23  Scott Lawrenceadded check for ragel
2010-05-04  Ken BarberAdded support for the Puppet DSL from Puppetlabs.
2010-04-15  Jiri MatelaRecognize .cu files as CUDA code; C parser for cuda...
2010-03-31  Jason TurnerAdd support for parsing/counting of ChaiScript. ChaiScr...
2010-03-30  Robin LuckeyMerge branch 'wirth'
2010-03-30  Robin LuckeyImplements Modula-2, Modula-3, Oberon
2010-03-15  Robin LuckeyMerge branch 'clojure' of git://github.com/abscondment...
2010-03-15  Robin LuckeyMerge branch 'master' of git://github.com/pshiryaev...
2010-03-08  abscondmentAdd support and tests for the Clojure language, a diale...
2010-01-08  Andy VerprauskusMerge commit 'billiob/master'
2010-01-03  Boris 'billiob'... [NEW] brainfuck++ parser
2010-01-03  Boris 'billiob'... [NEW] brainfuck parser
2009-09-11  Robin LuckeyMerge branch 'master' of ssh://robinluckey@ohcount...
2009-09-09  pshiryaevwritten by
2009-09-09  pshiryaevadd support for F#
2009-09-07  pshiryaevwritten by
2009-09-07  pshiryaevadd support for F#
2009-08-06  Sylwester Arabas[NEW] handle idl/pvwave/gdl; ported to C by andy verpra...
2009-07-09  mitchellAdded regex to Javascript parser to fix failing test.
2009-06-22  mitchellMerge branch 'master' of git://github.com/andyverprausk...
2009-06-10  mitchellFixed build regexen to compile on Mac OSX.
2009-06-05  Andy VerprauskusMerge branch 'master' of git@github.com:andyverprauskus...
2009-06-05  Andy Verprauskus[FIX] make src/parsers/compile work on MACOS
2009-05-17  mitchellInitial import of C source code.