Commit Graph

137 Commits

Author SHA1 Message Date
Gabor Adam Toth 6e68b6a17d bench: added test tools, updated results; added inline option for parse & render 2011-05-17 00:27:26 +02:00
Marenz ea3b9cbbf9 changed formating 2011-05-16 00:01:02 +02:00
Gabor Adam Toth 7c3e8ec3ab doc: link to example code; testPsyc: moved interesting code to the top 2011-05-15 22:48:51 +02:00
Marenz 513f26169e error in example code 2011-05-15 21:35:26 +02:00
Marenz 4f606a0fe4 added new ParseFlag 2011-05-15 21:10:27 +02:00
Marenz 5ef946fa3b Forgot else clause for setParseFlags 2011-05-15 20:37:14 +02:00
Marenz f92e4e750f added function setParseFlags 2011-05-15 20:36:16 +02:00
Marenz b15ea8e587 rephrased 2011-05-15 20:26:52 +02:00
Gabor Adam Toth 0b823493f9 parseList: removed unused value parameter 2011-05-13 17:02:31 +02:00
Gabor Adam Toth 79d3adcd9c added psyc_isListVar(), removed name param from psyc_parseList(), added more documentation 2011-05-09 19:21:26 +02:00
Gabor Adam Toth 3490df97c9 + 2011-05-09 17:06:15 +02:00
Gabor Adam Toth 49057824f3 doc 2011-05-09 16:56:26 +02:00
Gabor Adam Toth a1e1419f29 moar doc 2011-05-09 16:32:39 +02:00
Gabor Adam Toth 11e265b32e doc 2011-05-09 14:37:57 +02:00
Gabor Adam Toth 7870dfceea + 2011-05-09 12:42:42 +02:00
psyc://psyced.org/~lynX 421e201759 + 2011-05-09 09:11:59 +02:00
psyc://psyced.org/~lynX ad868c83f4 more death to the parser 2011-05-09 09:06:52 +02:00
psyc://psyced.org/~lynX 36491b4886 death the parser 2011-05-09 09:02:15 +02:00
Marenz 26539cdd14 intro text changed 2011-05-09 02:41:16 +02:00
Gabor Adam Toth 754c6ff7d2 Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 02:29:07 +02:00
Gabor Adam Toth d7a36076d5 make install 2011-05-09 02:27:12 +02:00
Marenz d895cd86b7 removed obsolete part 2011-05-09 02:24:41 +02:00
Marenz 29e5ca9532 more documentation 2011-05-09 02:07:13 +02:00
Marenz ddf1c1d9c9 fixed a typo 2011-05-09 01:53:30 +02:00
Marenz c8d940c71b Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 01:49:18 +02:00
Marenz 919ac96907 enhancement in the documentation 2011-05-09 01:49:04 +02:00
Gabor Adam Toth ca47a61d05 Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 01:47:20 +02:00
Gabor Adam Toth dea9b8edb9 parser: cleaned up psycParseRC 2011-05-09 01:47:06 +02:00
Marenz 6a6a3b6611 added small parsing tutorial 2011-05-09 01:36:57 +02:00
Marenz 709403fe66 Merge branch 'master' of supraverse.net:libpsyc
Conflicts:
	d/include/psyc/parser.d
2011-05-09 00:44:48 +02:00
Marenz e8bd72eb4a Explain a little more that the functions don't allocate memory 2011-05-09 00:39:41 +02:00
Marenz 2ef7cb40b9 changed documentation to Ddoc for parser.d 2011-05-09 00:39:21 +02:00
Gabor Adam Toth 975837472b d stuff go in d/ 2011-05-09 00:28:51 +02:00
Marenz a1f33f52b2 Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 00:15:19 +02:00
Marenz 4db0c4fd9c synchronized the D binding 2011-05-09 00:15:03 +02:00
Marenz a6e273989c minor formating changes 2011-05-09 00:14:48 +02:00
Gabor Adam Toth 09333a7cbd Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 00:02:11 +02:00
Gabor Adam Toth 638c4b94aa + 2011-05-09 00:01:23 +02:00
Marenz 19d0d000f0 moved debug.h lib.h to src 2011-05-08 23:40:26 +02:00
Gabor Adam Toth 1ebcb8b17d makefile fixes for solaris 2011-05-08 04:11:36 +02:00
Gabor Adam Toth 8cf748b945 parser: return code doc 2011-05-07 19:25:18 +02:00
Gabor Adam Toth 84ef512168 parser: more detailed return codes for incomplete values 2011-05-07 18:13:59 +02:00
Gabor Adam Toth 7a5d751477 psycString init fix 2011-05-06 15:33:52 +02:00
Gabor Adam Toth a2815d6971 psycString init 2011-05-06 15:26:28 +02:00
Gabor Adam Toth 03a33c7a5e + 2011-05-06 00:18:25 +02:00
Gabor Adam Toth 07c6711db0 parser: fixes routing-only mode, set valueParsed & valueLength for data as well; render: added support for rendering raw content 2011-05-06 00:13:37 +02:00
Gabor Adam Toth 44622925f5 tests & fix for 0 length modifier value 2011-05-04 17:59:51 +02:00
Gabor Adam Toth 4394aa5e0c render: added error codes for missing method & modifier name; fixes for test tools 2011-05-04 15:41:35 +02:00
Gabor Adam Toth b294afd0a4 parser, text: added functions for accessing state variables - headers 2011-05-04 04:01:21 +02:00
Gabor Adam Toth a2133e15f9 text: docs 2011-05-04 01:30:09 +02:00