comparison graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/parser/SimpleLanguage.atg @ 13882:afd6fa5e8229

SL: Feedback from reviewers
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 05 Feb 2014 08:02:15 -0800
parents 64c77f0577bb
children abe7128ca473
comparison
equal deleted inserted replaced
13881:272a166a9574 13882:afd6fa5e8229
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */
23
24 /*
25 * This is the grammar of SL that is used to automatically generate the Parser.java and Scanner.java
26 * files. You can download the parser generator Coco/R from http://ssw.jku.at/coco/. Then run
27 * "java -jar Coco.jar SimpleLanguage.atg"
22 */ 28 */
23 29
24 COMPILER SimpleLanguage 30 COMPILER SimpleLanguage
25 31
26 CHARACTERS 32 CHARACTERS