4 Commits
0,5 ... 0.5.3

Author SHA1 Message Date
Bartosz Jablonski
849e378d55 The DFA package [ver. 0.5.3]
The DFA package [ver. 0.5.3]

Package regenerated with the latest version of the SAS Packages Framework.
2022-11-27 00:01:31 +01:00
Bartosz Jablonski
7b9c0929b3 DFA [0.5.2]
DFA [0.5.2]

Package regenerated with the latest version of the SAS Packages Framework.
2022-11-21 14:40:31 +01:00
Bart Jablonski
84c6558f53 Create README.md 2022-11-16 11:32:52 +01:00
Bartosz Jablonski
35b14234dc The DFA package [ver. 0.5.1]
The DFA package [ver. 0.5.1]

Package regenerated with the latest version of the framework (20221112).
2022-11-12 17:38:11 +01:00
6 changed files with 16 additions and 3 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
## `dfa` - *Dynamic Function Arrays* and other useful data structures for data step.
---
The **DFA** (Dynamic Function Arrays) package contains set of macros and FCMP functions which implement:
a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue.
Run `%helpPackage(DFA,createDFArray)` to find examples.
SHA256 digest for the latest version of `DFA`: 7520CF21CBF1FD4AD2BC05C5DD343E508FCEA507575EBC060B4AD322FB80AB04
[**Documentation for DFA**](./dfa.md "Documentation for DFA")

6
dfa.md
View File

@@ -18,7 +18,7 @@
---
# The DFA package [ver. 0.5] <a name="dfa-package"></a> ###############################################
# The DFA package [ver. 0.5.3] <a name="dfa-package"></a> ###############################################
The **DFA** (a.k.a. *Dynamic Function Array*) package implements:
- dynamic numeric and character arrays,
@@ -52,10 +52,10 @@ Package contains:
12. exec generatearrays
13. clean generatearrays
*SAS package generated by generatePackage, version 20220830*
*SAS package generated by generatePackage, version 20221125*
The SHA256 hash digest for package BasePlus:
`5BFFCE78439E1CDDCBB15C95CD287AA4195BF64BB17DDB8FE374EC3535B4F491`
`7520CF21CBF1FD4AD2BC05C5DD343E508FCEA507575EBC060B4AD322FB80AB04`
---
# Content description ############################################################################################

BIN
dfa.zip

Binary file not shown.

BIN
hist/0.5.1/dfa.zip Normal file

Binary file not shown.

BIN
hist/0.5.2/dfa.zip Normal file

Binary file not shown.

BIN
hist/0.5.3/dfa.zip Normal file

Binary file not shown.