Files
dfa/README.md
Bart Jablonski 558ce948dd DFA package [ver. 0.5.7]
DFA package [ver. 0.5.7]

- Package regenerated with the latest version of SPF
2023-11-11 17:30:53 +01:00

15 lines
659 B
Markdown

## `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`: F*012375D87F66EB3A7BF5DDD0CC5AEE28851733EE33CC63231DF9045BEB958168
[**Documentation for DFA**](./dfa.md "Documentation for DFA")
To work with a package use the [**SAS Packages Framework**](https://github.com/yabwon/SAS_PACKAGES/blob/main/README.md "SPFinit").