]> gitweb.factorcode.org Git - factor.git/commitdiff
core: adding missing summary.txt
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 9 Sep 2023 20:09:17 +0000 (13:09 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 9 Sep 2023 20:09:17 +0000 (13:09 -0700)
core/alien/accessors/summary.txt [new file with mode: 0644]
core/generic/hook/summary.txt [new file with mode: 0644]
core/generic/single/summary.txt [new file with mode: 0644]
core/generic/standard/summary.txt [new file with mode: 0644]
core/hashtables/wrapped/summary.txt [new file with mode: 0644]
core/io/streams/sequence/summary.txt [new file with mode: 0644]
core/locals/backend/summary.txt [new file with mode: 0644]
core/parser/notes/summary.txt [new file with mode: 0644]
core/source-files/errors/summary.txt [new file with mode: 0644]

diff --git a/core/alien/accessors/summary.txt b/core/alien/accessors/summary.txt
new file mode 100644 (file)
index 0000000..7d313f2
--- /dev/null
@@ -0,0 +1 @@
+Support reading and writing alien memory.
diff --git a/core/generic/hook/summary.txt b/core/generic/hook/summary.txt
new file mode 100644 (file)
index 0000000..2594355
--- /dev/null
@@ -0,0 +1 @@
+Hook combination used for namespace variables
diff --git a/core/generic/single/summary.txt b/core/generic/single/summary.txt
new file mode 100644 (file)
index 0000000..26242b0
--- /dev/null
@@ -0,0 +1 @@
+Single combination used for single dispatch
diff --git a/core/generic/standard/summary.txt b/core/generic/standard/summary.txt
new file mode 100644 (file)
index 0000000..72b3ed4
--- /dev/null
@@ -0,0 +1 @@
+Standard combination for dispatching on stack values
diff --git a/core/hashtables/wrapped/summary.txt b/core/hashtables/wrapped/summary.txt
new file mode 100644 (file)
index 0000000..3a84d49
--- /dev/null
@@ -0,0 +1 @@
+Wrapped hashtables for providing alternate key equivalence
diff --git a/core/io/streams/sequence/summary.txt b/core/io/streams/sequence/summary.txt
new file mode 100644 (file)
index 0000000..86cd402
--- /dev/null
@@ -0,0 +1 @@
+Streams backed by sequences
diff --git a/core/locals/backend/summary.txt b/core/locals/backend/summary.txt
new file mode 100644 (file)
index 0000000..8892f88
--- /dev/null
@@ -0,0 +1 @@
+Implementation details for local variables
diff --git a/core/parser/notes/summary.txt b/core/parser/notes/summary.txt
new file mode 100644 (file)
index 0000000..5c2bcb0
--- /dev/null
@@ -0,0 +1 @@
+Utility for presenting notes while parsing
diff --git a/core/source-files/errors/summary.txt b/core/source-files/errors/summary.txt
new file mode 100644 (file)
index 0000000..16c13ef
--- /dev/null
@@ -0,0 +1 @@
+Source file errors and their observers