[go: up one dir, main page]

Menu

Tree [r1] / javac / doc /
 History

HTTPS access


File Date Author Commit
 README.JavaCOP 2010-07-06 smarkstr [r1] Import of JavaCOP files from previous CVS repos...

Read Me

JavaCOP Pluggable Type System Compiler (v1.0)
------------------------------
Author: Shane Markstrum (email: smarkstr@cs.ucla.edu)
Copyright 2007-08


This file contains information on using the JavaCop Java compiler. To ensure
that all scripts are working correctly, please set the JCOPJAR environment
variable to the full path to the JavaCop.jar file in your C Shell environment.

************
Compilation Instructions:

To compile Java programs using the JavaCOP compiler via the javacop script:

javacop [compiled JavaCOP rules] [java options] [java files]

To compile JavaCop rules via the jcopc script (do not include the .jcop extension):

jcopc rules

************
Other Information:

For information about how to write JavaCop rules, see "A Framework for Implementing Pluggable Type Systems" from OOPSLA 2006.

If you have other questions/suggestions, please email me at 
smarkstr@cs.ucla.edu.