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/tangle.html | 68 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 32 deletions(-) mode change 100755 => 100644 doc/tangle.html (limited to 'doc/tangle.html') diff --git a/doc/tangle.html b/doc/tangle.html old mode 100755 new mode 100644 index 02e5905..85ede91 --- a/doc/tangle.html +++ b/doc/tangle.html @@ -3,42 +3,54 @@ - - - - - - -tangle.lp — DistressNetwork° - + + -
-
-
tangle.lp
-
+

tangle.lp

The structure of this file is quite similar to that of weave.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)
 
-    (Parse lines into sections)
+    (Parse lines into sections)
 
-    (Generate code)
+    (Generate code)
 
-    (Write to stdout)
+    (Write to stdout)
 
     return 0;
 }
@@ -46,8 +58,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.

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