parsers/java/PPJavaLexicon.st
changeset 642 77d5fddb6462
parent 454 a9cd5ea7cc36
--- a/parsers/java/PPJavaLexicon.st	Sat Mar 19 00:12:47 2016 +0100
+++ b/parsers/java/PPJavaLexicon.st	Wed Nov 14 13:01:14 2018 +0100
@@ -25,7 +25,11 @@
 	category:'PetitJava-Core'
 !
 
-PPJavaLexicon comment:'A parser with a definitions for some basic Java gramar parts

Grammar rules follow as closely as possible the specification found in "The Java Language Specification Third Edition"

URL = '
+PPJavaLexicon comment:'A parser with a definitions for some basic Java gramar parts
+
+Grammar rules follow as closely as possible the specification found in "The Java Language Specification Third Edition"
+
+URL = '
 !