From 3971c89d82dddcdb621bd45d72c3d57b7732502a Mon Sep 17 00:00:00 2001 From: Ray Hu Date: Tue, 27 May 2014 20:39:16 +0100 Subject: [PATCH] Minor comments to grammar file. --- src/scribble/Scribble.g | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/scribble/Scribble.g b/src/scribble/Scribble.g index 384ff38..66212b6 100755 --- a/src/scribble/Scribble.g +++ b/src/scribble/Scribble.g @@ -1,13 +1,3 @@ -/* - * Raymond@HZHL2 ~/code/python/scribble-tools - * $ java -cp lib/antlr-3.1.3.jar org.antlr.Tool -o bin src/scribble/Scribble.g -*/ - -// Use language actions to directly create lists etc.? but ties the grammar source to that language? - -// Garbage at the end of input file seems to just get ignored, no error raised. but also for e.g. two package declarations -- check if this is still the case? - - grammar Scribble; options