Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/scribble/Scribble.g
Original file line number Diff line number Diff line change
@@ -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
Expand Down