[Swift-devel] Log processing and language reference documentation

Justin M Wozniak wozniak at mcs.anl.gov
Wed Aug 24 15:02:47 CDT 2011


>> I was just wondering if the log processing documentation on the
>> website is up to date?
>
> Justin and any users of the log tools, can you comment?

All of the log-processing scripts that I know how to use are documented 
in:

swift/libexec/log-processing/README.txt

This is an asciidoc-formatted file.

>> Also, is there any place to get an up to date list of swift reserved
>> words? It took me a few minutes to figure out why my swift code wasn't
>> compiling. I had named a variable 'in' and it was conflicting with the
>> 'in' used by foreach.
>
> That would be good to state in the user guide. Mihael, Justin, or Ben, 
> can you comment on this based on your knowledge of the parser?  Is this 
> encoded into an ANTLR spec that can be translated into a user guide 
> table?

I just took another look at swiftscript.g and I don't think there is an 
easy way to automate this.

 	Justin

-- 
Justin M Wozniak



More information about the Swift-devel mailing list