spv: Change comments in grammars from # to //.
[pspp] / src / output / spv / old-binary.grammar
index 12f4bbc2849493bada8f501c834b16d5f8f33f46..5c52f2d1a37f4ee05da07e4cd67704527b0f2892 100644 (file)
@@ -1,32 +1,32 @@
-# PSPP - a program for statistical analysis.
-# Copyright (C) 2017, 2018, 2019 Free Software Foundation, Inc.
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+// PSPP - a program for statistical analysis.
+// Copyright (C) 2017, 2018, 2019 Free Software Foundation, Inc.
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 LegacyBinary =>
     00 byte[version] int16[n-sources] int32[member-size]
     Metadata*[n-sources][metadata]
-    #Data*[n-sources][data]
-    #Strings?
+    //Data*[n-sources][data]
+    //Strings?
 
 Metadata =>
     int32[n-values] int32[n-variables] int32[data-offset]
     byte*28[source-name]
     vB0(byte*36[ext-source-name] int32[x])
 
-#Data => Variable*[n-variables]
-#Variable => byte*288[variable-name] double*[n-values]
+//Data => Variable*[n-variables]
+//Variable => byte*288[variable-name] double*[n-values]
 
 Strings => SourceMaps[maps] Labels