Displaying 3 results from an estimated 3 matches for "definitionlist".
2006 Apr 20
3
[LLVMdev] Oddity in StackerParser.y.
Hi,
$ g -1 '^Module' StackerParser.y
/* A module is just a DefinitionList */
Module : { SCI->handle_module_start( ); }
DefinitionList { $$ = SCI->handle_module_end( $2 ); } ;
$
It's been years since I was heavily into yacc, but shouldn't it be
s/$2/$1/?
Cheers,
Ralph.
2006 Apr 20
0
[LLVMdev] Oddity in StackerParser.y.
No, $2 is correct. The { } code block before DefinitionList is counted
(or more precisely, the empty sequence of terminals preceding it is
counted).
Ralph Corderoy wrote:
>Hi,
>
> $ g -1 '^Module' StackerParser.y
> /* A module is just a DefinitionList */
> Module : { SCI->handle_module_start( ); }
&g...
2006 Jun 29
2
html2text in php
...there!
I recently ported Aaron Swartz' html2text.py to PHP and would like to know
what you think about it.
Any suggestions and bug reports are much appreciated.
Check it out: http://milianw.de/projects/html2text/
Note: Michel Fortins PHP Markdown Extended is supported (that is: tables and
definitionlist are supported in some way)
There are still some bugs but I hope to sort them out soon.
Best regards
PS: I have a question regarding regular expressions, should I write that in
another email? Or is this not the right place for that?
--
Milian Wolff
http://milianw.de