Skip to content

Commit fea7666

Browse files
committed
More library descriptions.
1 parent 2bd595d commit fea7666

23 files changed

+23
-42
lines changed

YSI_Core/y_als.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_als
22

3-
3+
Obsolete macros for defining per-callback code.
44

55
## YSI
66

YSI_Core/y_cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_cell
22

3-
3+
Generic cell manipulation functions for counting/permuting/etc. the bits in a single cell.
44

55
## YSI
66

YSI_Core/y_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_debug
22

3-
3+
Provides macros for outputting debug information only when the mode is compiled with the correct settings (`_DEBUG`).
44

55
## YSI
66

YSI_Core/y_functional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_functional
22

3-
3+
Lambda functions and high-level (functional) array operations such as `map`, `fold`, `sum`, etc.
44

55
## YSI
66

YSI_Core/y_master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_master
22

3-
3+
Provides `foreign` and `global` (used like `forward` and `public` respectively) to allow you to define functions in different scripts and call them directly with compile-time parameter checks and no `CallRemoteFunction`.
44

55
## YSI
66

YSI_Core/y_profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_profiling
22

3-
3+
Provides the `Profile:` macro for defining functions to profile and automatically running them when compiled with `RUN_PROFILINGS` defined.
44

55
## YSI
66

YSI_Core/y_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_testing
22

3-
3+
Provides the `Test:` macro for defining unit tests and automatically running them when compiled with `RUN_TESTS` defined.
44

55
## YSI
66

YSI_Core/y_utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_utils
22

3-
3+
General useful functions used throughout YSI.
44

55
## YSI
66

YSI_Data/y_bintree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_bintree
22

3-
3+
Binary search tree code.
44

55
## YSI
66

YSI_Data/y_bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# y_bit
22

3-
3+
Bit arrays and functions to manipulate and loop over them.
44

55
## YSI
66

0 commit comments

Comments
 (0)