summaryrefslogtreecommitdiff
path: root/src/cparse/cparse.ypp
AgeCommit message (Collapse)Author
2011-02-09fix for bug 6791An-Cheng Huang
* work around comment syntax ambiguity by ignoring comments not associated with any nodes. (cherry picked from commit 1acfc5fd32f42264612d109c19be2268968c27d4)
2011-01-10reset initial parser stateAn-Cheng Huang
2011-01-10tweak parser for top-level commentAn-Cheng Huang
2011-01-07improve load error messageAn-Cheng Huang
2010-11-19remove parser debug output and move existence check.An-Cheng Huang
2010-11-15continue config file parser workAn-Cheng Huang
2010-11-12initial work to parse config file into data structure.An-Cheng Huang
2010-11-11continue config parser workAn-Cheng Huang
* add parser to package build. * add prefix, error handling, etc. * fix handling of empty and 1-char values in lex. * add API function.
2010-10-25initial lex/yacc config file parserAn-Cheng Huang