module/nyacc/README

Copyright (C) 2015 Matthew R. Wette

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

lang
  The directory lang has example parsers for several languages.
  See lang/README.

oops
  To run the examples you will need .../module and .../examples in your
  GUILE_LOAD_PATH.

usage
    $ cd lang/c99; ./cxp -Iexam.d exam.d/ex1.c
  or
    $ cd lang/c99; guile Tlangc.scm
  or
    $ cd lang/javascript; guile Tlangjs.scm
  or
    $ cd lang/matlab; guile Tlangm.scm
  or
    $ cd lang/modelica; guile Tlangmo.scm

