Create README.md

This commit is contained in:
Bart Jablonski
2022-11-16 11:32:52 +01:00
committed by GitHub
parent 35b14234dc
commit 84c6558f53

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`: 5A6FD2F6E962E6C191346A141FFAF354E35A546CA93146B55D7C6163BFB1BDD6
[**Documentation for DFA**](./dfa.md "Documentation for DFA")