Josh Holtrop
|
b90b83ab0f
|
renamed "ignored" flag to "process" in token definitions
|
2010-05-18 14:22:11 -04:00 |
|
Josh Holtrop
|
953796ec23
|
refactored into Parser::buildTokenList()
|
2010-05-17 16:26:42 -04:00 |
|
Josh Holtrop
|
89a414ff93
|
added "ignored" flag in TokenDefinition, parsing token flags now
|
2010-05-17 15:32:27 -04:00 |
|
Josh Holtrop
|
593c0d6cb6
|
including refptr in compiler include path; added split() and trim() in TokenDefinition.cc
|
2010-05-17 15:24:35 -04:00 |
|
Josh Holtrop
|
9d6ede6106
|
added refptr into tmpl/parser.h, added Node and Token classes to be generated
|
2010-05-17 15:13:22 -04:00 |
|
Josh Holtrop
|
2d563b9ea4
|
updated build test Makefile
|
2010-05-15 00:51:43 -04:00 |
|
Josh Holtrop
|
96010ea9ae
|
lexer working with pcre, not building any objects for handling tokens yet
|
2010-05-15 00:43:55 -04:00 |
|
Josh Holtrop
|
25888fe55a
|
building tmpl.h before dependency files
|
2010-05-14 22:30:48 -04:00 |
|
Josh Holtrop
|
edeb857c77
|
added I_TOKENLIST definition; build test now compiling
|
2010-05-11 16:33:22 -04:00 |
|
Josh Holtrop
|
b27a900b96
|
Parser::write() returning status; main() catching errors from Parser::parseInputFile() and Parser::write()
|
2010-05-11 15:14:56 -04:00 |
|
Josh Holtrop
|
1dcde61d10
|
tmpl updates
|
2010-05-11 13:02:51 -04:00 |
|
Josh Holtrop
|
90d313721f
|
created "tests" subdirectory infrastructure
|
2010-05-11 13:02:35 -04:00 |
|
Josh Holtrop
|
2aefd8d4ec
|
moved testinput.I to tests/build/build_test.I
|
2010-05-11 12:13:21 -04:00 |
|
Josh Holtrop
|
5f8a29d3fa
|
rewrote Parser::write() to begin using tmpl files; added writeDefine()
|
2010-05-11 12:10:49 -04:00 |
|
Josh Holtrop
|
39c5ebb686
|
include pcre.h in tmpl/parser.cc
|
2010-05-11 12:10:20 -04:00 |
|
Josh Holtrop
|
15c5751632
|
restructured Parser::parseInputFile() a bit and added code-gathering functionality
|
2010-05-11 11:04:23 -04:00 |
|
Josh Holtrop
|
ec8af293e1
|
explicitly listed tmpl.h as a dependency of "all" to avoid .dep generation problems
|
2010-05-11 10:40:31 -04:00 |
|
Josh Holtrop
|
07717ec5ba
|
added tmpl.{cc,h} build rules
|
2010-05-10 16:56:05 -04:00 |
|
Josh Holtrop
|
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
|
2010-05-07 15:24:50 -04:00 |
|
Josh Holtrop
|
1113cdb7d2
|
parse() calling pcre_exec() to try to match tokens
|
2010-05-07 14:37:15 -04:00 |
|
Josh Holtrop
|
67c051c866
|
expanded parse() to compile all tokens, ready to match them
|
2010-05-07 13:07:21 -04:00 |
|
Josh Holtrop
|
8cc4edfca3
|
adding NUL byte to file read in parser
|
2010-05-06 15:44:40 -04:00 |
|
Josh Holtrop
|
44bf780a42
|
added read_istream() in tmpl/parser.cc
|
2010-05-05 15:13:57 -04:00 |
|
Josh Holtrop
|
bfc4fc59c7
|
generated parse() returns bool status
|
2010-05-04 16:12:55 -04:00 |
|
Josh Holtrop
|
31c35a9335
|
updated c_escape(); added TokenDefinition::getCString()
|
2010-05-04 10:57:17 -04:00 |
|
Josh Holtrop
|
7756bd696b
|
added initial tmpl files
|
2010-05-03 16:22:55 -04:00 |
|
Josh Holtrop
|
beab28d7b6
|
changed dependency files into hidden files
|
2010-05-03 15:43:20 -04:00 |
|
Josh Holtrop
|
21715a03c7
|
added c_escape() in TokenDefinition module
|
2010-05-03 14:47:58 -04:00 |
|
Josh Holtrop
|
c1070fb021
|
TokenDefinition storing name and definition, not pcre RE
|
2010-05-03 13:59:03 -04:00 |
|
Josh Holtrop
|
876cc5da78
|
fixed dependency files in Makefile
|
2010-05-03 13:58:23 -04:00 |
|
Josh Holtrop
|
48efc1be97
|
doing a little more in Parser::write()
|
2010-04-30 13:04:11 -04:00 |
|
Josh Holtrop
|
b7dab7f0a6
|
began expanding Parser::write()
|
2010-04-29 15:51:01 -04:00 |
|
Josh Holtrop
|
6d3a5403c3
|
reworked argument handling slightly, added --extension
|
2010-04-29 15:40:07 -04:00 |
|
Josh Holtrop
|
9720ea001f
|
added --namespace argument
|
2010-04-29 15:14:21 -04:00 |
|
Josh Holtrop
|
2b23657a0c
|
changed "outfile" parameter to be a base name, added "classname" parameter
|
2010-04-28 17:27:36 -04:00 |
|
Josh Holtrop
|
bd45bfbab2
|
moved Parser::parseInputFile() into Parser.cc and cleaned it up a little
|
2010-04-27 14:32:26 -04:00 |
|
Josh Holtrop
|
ffb1274a0d
|
refactored into buildOutputFilename()
|
2010-04-27 13:59:02 -04:00 |
|
Josh Holtrop
|
076cd122b0
|
moved parse_input() to Parser::parseInputFile()
|
2010-04-27 13:52:21 -04:00 |
|
Josh Holtrop
|
2cc33bde74
|
added Parser::write() and output file name calculation logic
|
2010-04-27 13:40:20 -04:00 |
|
Josh Holtrop
|
ed0754d4e7
|
added check in Makefile for populated refptr directory
|
2010-04-27 12:59:52 -04:00 |
|
Josh Holtrop
|
c02077275d
|
re-added refptr submodule on master branch
|
2010-04-27 12:30:09 -04:00 |
|
Josh Holtrop
|
68e15bed9f
|
removed empty refptr directory
|
2010-04-27 12:22:42 -04:00 |
|
Josh Holtrop
|
9abd06a702
|
removed "encoding" option, added "outfile" option
|
2010-04-27 12:15:03 -04:00 |
|
Josh Holtrop
|
448b26a767
|
added RuleDefinition class
|
2010-04-09 17:40:31 -04:00 |
|
Josh Holtrop
|
5a220b91d0
|
added Parser class and a parameter for it to parse_input()
|
2010-04-08 16:15:17 -04:00 |
|
Josh Holtrop
|
269eddf81d
|
added TokenDefinition class; creating TokenDefinition objects for each token in the input file
|
2010-04-08 15:10:11 -04:00 |
|
Josh Holtrop
|
a6683fc37b
|
updated README
|
2010-04-08 11:33:54 -04:00 |
|
Josh Holtrop
|
1ae6878fb1
|
got parsing working using PCRE; updated testinput.i
|
2010-04-08 11:15:55 -04:00 |
|
Josh Holtrop
|
42ada6ee17
|
building strings matched from rules and tokens
|
2010-04-07 21:15:14 -04:00 |
|
Josh Holtrop
|
f4249274bd
|
slight reorganization
|
2010-04-07 21:03:31 -04:00 |
|