From 84c6558f53d95fa0d9ecf7ec1894008bb68fbcfa Mon Sep 17 00:00:00 2001 From: Bart Jablonski Date: Wed, 16 Nov 2022 11:32:52 +0100 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec5fff3 --- /dev/null +++ b/README.md @@ -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`: 5A6FD2F6E962E6C191346A141FFAF354E35A546CA93146B55D7C6163BFB1BDD6 + +[**Documentation for DFA**](./dfa.md "Documentation for DFA") +