4 releases
0.1.23 | Nov 17, 2023 |
---|---|
0.1.22 | Sep 29, 2023 |
0.1.19 | Sep 9, 2023 |
0.1.16 | Aug 26, 2023 |
#28 in #helpers
Used in fift-cli
42KB
52 lines
A maintained collection of default Fift libraries
Used by default in the fift-cli
module.
List
Fift.fif
- base Fift library.FiftExt.fif
- extension to the base Fift library.Asm.fif
- TVM assembly implementation.Color.fif
- terminal output helpers.Lists.fif
- helpers for the lists syntax.Stack.fif
- stack manipulation helpers.TonUtil.fif
- blockchain specific helpers.Lisp.fif
- simple Lisp implementation in Fift.
License
Licensed under GNU Lesser General Public License v2.1 (LICENSE or https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
Uses a modified version of original fift libraries (LGPL-2.1).