[erlang-questions] Struggling with the yecc parser tutorial-1

Colm Dougan colm.dougan@REDACTED
Thu Aug 21 23:52:08 CEST 2008


2008/8/21 Tom Ayerst <tom.ayerst@REDACTED>:
> I am trying the parser tutorial off the erlang site and I have fallen at the
> first hurdle.  Should this "just work" and something is set up wrong or do I
> just need to fix things as I find them?

It seems that leex.erl is not a standard module but can be downloaded
as part of a tgz file containing a bunch of examples.  See this thread
for more info :

   http://www.erlang.org/pipermail/erlang-questions/1999-March/000163.html

There is also a yecc quick start guide here :

   http://www.erlang.org/faq/parsing.html

Colm



More information about the erlang-questions mailing list