]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/peg/javascript/javascript-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / peg / javascript / javascript-docs.factor
index c05a61b235f0bee86425fd764c46f125b719554f..b6b1f41e4780d794af807053cf7ae88abca4a79c 100644 (file)
@@ -1,14 +1,14 @@
-! Copyright (C) 2007 Chris Double.\r
-! See http://factorcode.org/license.txt for BSD license.\r
-USING: help.markup help.syntax strings ;\r
-IN: peg.javascript\r
-\r
-HELP: parse-javascript\r
-{ $values\r
-  { "string" string }\r
-  { "ast" "a JavaScript abstract syntax tree" }\r
-}\r
-{ $description\r
-    "Parse the input string using the JavaScript parser. Throws an error if "\r
-    "the string does not contain valid JavaScript. Returns the abstract syntax tree "\r
-    "if successful." } ;\r
+! Copyright (C) 2007 Chris Double.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.markup help.syntax strings ;
+IN: peg.javascript
+
+HELP: parse-javascript
+{ $values
+  { "string" string }
+  { "ast" "a JavaScript abstract syntax tree" }
+}
+{ $description
+    "Parse the input string using the JavaScript parser. Throws an error if "
+    "the string does not contain valid JavaScript. Returns the abstract syntax tree "
+    "if successful." } ;