Commit Graph

  • ec8af293e1 explicitly listed tmpl.h as a dependency of "all" to avoid .dep generation problems Josh Holtrop 2010-05-11 10:40:31 -04:00
  • 07717ec5ba added tmpl.{cc,h} build rules Josh Holtrop 2010-05-10 16:56:05 -04:00
  • 3a8d9ca55d token matching loop storing ovector for longest match so the longest-matching token does not need to be re-matched to obtain subpattern match strings Josh Holtrop 2010-05-07 15:24:50 -04:00
  • 1113cdb7d2 parse() calling pcre_exec() to try to match tokens Josh Holtrop 2010-05-07 14:37:15 -04:00
  • 67c051c866 expanded parse() to compile all tokens, ready to match them Josh Holtrop 2010-05-07 13:07:21 -04:00
  • 8cc4edfca3 adding NUL byte to file read in parser Josh Holtrop 2010-05-06 15:44:40 -04:00
  • 44bf780a42 added read_istream() in tmpl/parser.cc Josh Holtrop 2010-05-05 15:13:57 -04:00
  • bfc4fc59c7 generated parse() returns bool status Josh Holtrop 2010-05-04 16:12:55 -04:00
  • 31c35a9335 updated c_escape(); added TokenDefinition::getCString() Josh Holtrop 2010-05-04 10:57:17 -04:00
  • 7756bd696b added initial tmpl files Josh Holtrop 2010-05-03 16:22:55 -04:00
  • beab28d7b6 changed dependency files into hidden files Josh Holtrop 2010-05-03 15:43:20 -04:00
  • 21715a03c7 added c_escape() in TokenDefinition module Josh Holtrop 2010-05-03 14:47:58 -04:00
  • c1070fb021 TokenDefinition storing name and definition, not pcre RE Josh Holtrop 2010-05-03 13:59:03 -04:00
  • 876cc5da78 fixed dependency files in Makefile Josh Holtrop 2010-05-03 13:58:23 -04:00
  • 48efc1be97 doing a little more in Parser::write() Josh Holtrop 2010-04-30 13:04:11 -04:00
  • b7dab7f0a6 began expanding Parser::write() Josh Holtrop 2010-04-29 15:51:01 -04:00
  • 6d3a5403c3 reworked argument handling slightly, added --extension Josh Holtrop 2010-04-29 15:40:07 -04:00
  • 9720ea001f added --namespace argument Josh Holtrop 2010-04-29 15:14:21 -04:00
  • 2b23657a0c changed "outfile" parameter to be a base name, added "classname" parameter Josh Holtrop 2010-04-28 17:27:36 -04:00
  • bd45bfbab2 moved Parser::parseInputFile() into Parser.cc and cleaned it up a little Josh Holtrop 2010-04-27 14:32:26 -04:00
  • ffb1274a0d refactored into buildOutputFilename() Josh Holtrop 2010-04-27 13:59:02 -04:00
  • 076cd122b0 moved parse_input() to Parser::parseInputFile() Josh Holtrop 2010-04-27 13:52:21 -04:00
  • 2cc33bde74 added Parser::write() and output file name calculation logic Josh Holtrop 2010-04-27 13:40:20 -04:00
  • ed0754d4e7 added check in Makefile for populated refptr directory Josh Holtrop 2010-04-27 12:59:52 -04:00
  • c02077275d re-added refptr submodule on master branch Josh Holtrop 2010-04-27 12:30:09 -04:00
  • 68e15bed9f removed empty refptr directory Josh Holtrop 2010-04-27 12:22:42 -04:00
  • 9abd06a702 removed "encoding" option, added "outfile" option Josh Holtrop 2010-04-27 12:15:03 -04:00
  • 448b26a767 added RuleDefinition class Josh Holtrop 2010-04-09 17:40:31 -04:00
  • 5a220b91d0 added Parser class and a parameter for it to parse_input() Josh Holtrop 2010-04-08 16:15:17 -04:00
  • 269eddf81d added TokenDefinition class; creating TokenDefinition objects for each token in the input file Josh Holtrop 2010-04-08 15:10:11 -04:00
  • a6683fc37b updated README Josh Holtrop 2010-04-08 11:33:54 -04:00
  • 1ae6878fb1 got parsing working using PCRE; updated testinput.i Josh Holtrop 2010-04-08 11:15:55 -04:00
  • 42ada6ee17 building strings matched from rules and tokens Josh Holtrop 2010-04-07 21:15:14 -04:00
  • f4249274bd slight reorganization Josh Holtrop 2010-04-07 21:03:31 -04:00
  • 1907029d56 converted from pcrecpp to pcre Josh Holtrop 2010-04-07 20:59:28 -04:00
  • 095a2009af began new parse_input() based on pcrecpp Josh Holtrop 2010-04-07 11:57:46 -04:00
  • a78b3af9f8 gutted parse_input() to fix compilation Josh Holtrop 2010-04-06 20:03:30 -04:00
  • 1dccdd1013 added refptr submodule Josh Holtrop 2010-04-06 19:27:19 -04:00
  • 82b081ff6c stripped out UTF components Josh Holtrop 2010-04-06 19:24:13 -04:00
  • d16cf33d5c updated parse_input() to parse "rules" and "tokens" sections Josh Holtrop 2010-04-03 23:30:17 -04:00
  • 2f06a95257 fixed bug in SECTION_NAME rule Josh Holtrop 2010-04-01 22:36:22 -04:00
  • 68a4bf6240 added unistring::operator+=(), working on parser more Josh Holtrop 2010-04-01 22:33:30 -04:00
  • ed03f19a6d added unistring type, working on parser Josh Holtrop 2010-04-01 20:12:34 -04:00
  • cbb64f82e5 began working on state machine for parse_input() Josh Holtrop 2010-04-01 19:46:10 -04:00
  • 403b8028b5 initial parse-input.* files Josh Holtrop 2010-04-01 17:20:58 -04:00
  • 68b36d0310 cleaned up debug output Josh 2010-04-01 17:08:45 -04:00
  • 920478dfa4 fixed parameter order in iconv_open() Josh 2010-04-01 16:58:42 -04:00
  • c0581902ae still playing Josh Holtrop 2010-03-30 20:21:40 -04:00
  • ab720a7a74 still trying to figure out iconv() returning -1, errno EILSEQ Josh Holtrop 2010-03-30 09:15:53 -04:00
  • 7f9f13e382 iconv() returning -1 still Josh Holtrop 2010-03-29 22:55:26 -04:00
  • f0af347ad8 iconv() is returning strange results and does not appear to convert anything Josh Holtrop 2010-03-29 20:46:44 -04:00
  • 3097feb9fb properly creating input file stream Josh Holtrop 2010-03-29 20:21:38 -04:00
  • a2acb832dd updating and debugging deserialize() Josh Holtrop 2010-03-29 20:12:25 -04:00
  • 51c870b314 added .gitignore Josh Holtrop 2010-03-29 15:30:43 -04:00
  • 9b838e93a4 initial content added with Unicode deserializer Josh Holtrop 2010-03-29 15:05:57 -04:00
  • a6dd466148 first commit Josh Holtrop 2010-03-29 12:17:58 -04:00