Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Aug 26, 2023
1 parent 510cd63 commit 4d8e76d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ We welcome contributions to the project! If you notice any issues or errors, fee

at your option.

* The `fift-cli` binary crate is licensed under
* The `fift-cli` and `fift-libs` crates are licensed under
* GNU Lesser General Public License v2.1 ([/cli/LICENSE](./cli/LICENSE) or <https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>)
16 changes: 8 additions & 8 deletions libs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Used by default in the [`fift-cli`](https://github.com/broxus/fift) 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.
* [`Fift.fif`](./src/Fift.fif) - base Fift library.
* [`FiftExt.fif`](./src/FiftExt.fif) - extension to the base Fift library.
* [`Asm.fif`](./src/Asm.fif) - TVM assembly implementation.
* [`Color.fif`](./src/Color.fif) - terminal output helpers.
* [`Lists.fif`](./src/Lists.fif) - helpers for the lists syntax.
* [`Stack.fif`](./src/Stack.fif) - stack manipulation helpers.
* [`TonUtil.fif`](./src/TonUtil.fif) - blockchain specific helpers.
* [`Lisp.fif`](./src/Lisp.fif) - simple Lisp implementation in Fift.

## License

Expand Down

0 comments on commit 4d8e76d

Please sign in to comment.