From fcd667a0ebe73a7868e93232faea36d56535be18 Mon Sep 17 00:00:00 2001 From: eudoxia Date: Mon, 2 May 2022 12:37:11 -0400 Subject: reorganised docs locations (doc/* -> doc/online/*, doc/freestanding/* -> doc/*) --- doc/weave.html | 66 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) mode change 100755 => 100644 doc/weave.html (limited to 'doc/weave.html') diff --git a/doc/weave.html b/doc/weave.html old mode 100755 new mode 100644 index 59fc750..9e851ba --- a/doc/weave.html +++ b/doc/weave.html @@ -3,40 +3,52 @@ - - - - - - -weave.lp — DistressNetwork° - + + -
-
-
weave.lp
-
+

weave.lp

The structure of this file is quite similar to that of tangle.zig, only differing in terms of which functions are used to transform the input data.

*:

-
(License)
+
(License)
 
-(Imports)
+(Imports)
 
 pub fn main() !u8 {
-    (IO initialization)
+    (IO initialization)
 
-    (Allocator initialization)
+    (Allocator initialization)
 
-    (Read file from stdin)
+    (Read file from stdin)
 
-    (Split into lines)
+    (Split into lines)
 
-    (Generate text)
+    (Generate text)
 
-    (Write to stdout)
+    (Write to stdout)
 
     return 0;
 }
@@ -44,8 +56,8 @@ pub fn main() !u8 {
 
 

License:

-
// Copyright 2022 DistressNetwork° <uplink@distress.network>
-// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
// Copyright 2022 DistressNetwork° <uplink@distress.network>
+// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
 

First we import the other files containing the core functions.

@@ -116,13 +128,5 @@ defer arena.deinit(); try stdout.writer().print("{s}\n", .{line}); }
-
- -
- - + \ No newline at end of file -- cgit v1.2.3