Menu

Tree [r573] /
 History

HTTPS access


File Date Author Commit
 case-studies 2010-02-08 hridesh [r74] Adding ant initial source code.
 docs 2010-03-17 hridesh [r207] Web-page update.
 eclipse_plugin 2012-12-06 kbradwell [r557]
 japyc 2011-10-03 robdyer [r479] add types to PTL runtime jar for type-level qua...
 pyc 2016-04-20 mbagherz [r573] handlers.
 runtime 2013-10-01 robdyer [r560] add event inheritance branch of runtime
 README 2012-02-24 robdyer [r525] Update README for the SVN root:

Read Me

/**
 *  This folder contains the source code for the Ptolemy
 *  compiler and associated infrastructure.
 *
 *  Parts of this software is derived from the javac
 *  compiler of the OpenJDK framework. Those parts are
 *  copyright of Oracle and are available under the the
 *  GNU General Public License version 2.
 *
 *  Other parts are derived from the JastAdd extension.
 *  The original JastAdd compiler is available under the
 *  open source BSD license.
 *
 *  The rest of the compiler is developed at Iowa State
 *  University of Science and Technology by Hridesh Rajan
 *  and his students. These parts are Copyright 2010-2012,
 *  Iowa State University of Science and Technology. These
 *  parts are available under Mozilla Public License
 *  1.1(MPL 1.1).
 */

This folder is organized as follows:

runtime: This sub-directory contains the source for
         Ptolemy's runtime system. The source for the
         runtime system is independent of the front-ends
         for Ptolemy and is shared by all of them.

pyc:     This sub-directory contains the sources for
         Ptolemy's front-end based on the OpenJDK
         infrastructure.

japyc:   This sub-directory contains the sources for
         Ptolemy's front-end based on the JastAdd Java
         compiler infrastructure.