[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sample SimpleC grammar



Hi,

From the grammars example:

>  Building from sources
>  =====================

>  Required components:
>  * SableCC 2.18.0 or newer (http://sourceforge.net/projects/sablecc)

This is kind of peculiar, since I haven't seen any 2.18 release.  The
SimpleC grammar in the grammars example won't compile with 2.16:

[ant output]
> BUILD FAILED
>
> /home/plam/sablecc-grammars/simplec-1.0/build.xml:43: taskdef class
> org.sablecc.ant.taskdef.Sablecc cannot be found

I'll try with 2.17 now...

I was also wondering about the use of TreeBuilder.getNode() in this
SimpleC example.  I couldn't find any references to TreeBuilder.  What is
that?

pat