mirror of
https://github.com/SASPAC/dfa.git
synced 2025-12-10 18:04:36 +00:00
Create README.md
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal 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")
|
||||
|
||||
Reference in New Issue
Block a user