User talk:Dkf: Difference between revisions

Content added Content deleted
m (→‎F# RCSNUSP page: add missing signature)
(→‎GeSHi and Tcl: Some more comments)
Line 115: Line 115:
:: Just whip it together using [http://rosettacode.org/geshi/ AutoGeSHi] and send the files my way. I'll drop them in for live testing, and we can iterate through it. :) --[[User:Short Circuit|Michael Mol]] 21:36, 13 December 2009 (UTC)
:: Just whip it together using [http://rosettacode.org/geshi/ AutoGeSHi] and send the files my way. I'll drop them in for live testing, and we can iterate through it. :) --[[User:Short Circuit|Michael Mol]] 21:36, 13 December 2009 (UTC)
::: The format of the file isn't the problem. Working out what exactly to put in there is. There are a number of syntactic tricky bits; cases where the language parser works a bit differently to most languages. The most noticeable ones are that the language has no keywords, and comments are handled during parsing, not lexing. Moreover, I've a lot of other things on right now at both work and home; no blame, but that's how it is. –[[User:Dkf|Donal Fellows]] 23:11, 13 December 2009 (UTC)
::: The format of the file isn't the problem. Working out what exactly to put in there is. There are a number of syntactic tricky bits; cases where the language parser works a bit differently to most languages. The most noticeable ones are that the language has no keywords, and comments are handled during parsing, not lexing. Moreover, I've a lot of other things on right now at both work and home; no blame, but that's how it is. –[[User:Dkf|Donal Fellows]] 23:11, 13 December 2009 (UTC)
:::: You can always drop me a note at BenBE@geshi.org for some more information on what GeSHi expects in the langfile or how to do particular features. Depending on the issue I even might help a bit with putting together the RegExps and some other complex issues of the language file. As I don't know Tcl I won't be able to fix issues in the langfile though - I just can handle updates and testing things. In addition it's always good to get some example sources and a brief description of how it should look. --[[User:BenBE|BenBE]] 03:12, 3 February 2010 (UTC)


== User pages ==
== User pages ==