Menu

#4 nesC 1.3 Language Reference Manual

closed
nobody
None
5
2009-07-02
2008-12-08
No

I'm in the process of constructing a specialized message parser using ANLTR and targeting TinyOS. I require the most recent reference manual for this task. However, the ref.pdf contained within the nescc v1.3 download refers to version 1.2. Are there plans to release an updated language reference soon?

Thanks much,
Cameron.

Discussion

  • David Gay

    David Gay - 2009-07-01

    An updated manual will be included with the 1.3.1 release.

     
  • David Gay

    David Gay - 2009-07-02

    Something worth noting btw: the reference manual describes nesC's changes vs ISO C 90, however the nesC compiler implementation supports gcc's C dialect (this is intentional, and will not change). Thus if your goal is to parse files from TinyOS, you might find that a parser/analyser that accepts gcc's C extensions is a better start than one which "just" handles ISO C.

     
  • David Gay

    David Gay - 2009-07-02
    • status: open --> closed