Log of /branches/common-nfo/tools/nfotiser/pfile.c
Parent Directory
|
Revision Log
Revision
3488 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 13 15:09:52 2007 UTC
(6 years, 6 months ago)
by
tg
File length: 9998 byte(s)
Diff to
previous 3487
begin working on default values, but I'm going to have to implement
different arg types (string ./. integer) first, d’oh
Revision
3468 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 15:46:10 2007 UTC
(6 years, 6 months ago)
by
tg
File length: 6412 byte(s)
Diff to
previous 3467
algorithm for variable expansion, dead simple:
• first, variables are looked up:
- ${FOO} -> content of FOO
syntax errors are handled by eating the dollar sign and braces:
- $x -> x
- ${x -> x
• then, all first backslashes are removed
Revision
3461 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 14:53:21 2007 UTC
(6 years, 6 months ago)
by
tg
File length: 4626 byte(s)
Diff to
previous 3457
• new keyword type MULTITOP = multi + optional iterator
• change a little in the data types to match spec and nfo draft
• fix a double free while here: str_[n]add() does realloc, no need to free
Revision
3457 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 13:40:07 2007 UTC
(6 years, 6 months ago)
by
tg
File length: 4638 byte(s)
Diff to
previous 3444
hook parser and dumper into main loop, seems to loop and hog all mem tho, a case for the debugger...
Revision
3444 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Wed Aug 8 14:32:17 2007 UTC
(6 years, 6 months ago)
by
tg
File length: 3991 byte(s)
first cut at the parser data types
thanks to bsiegert@mbsd for discussing the algorithms and data types used
and providing useful information
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.