Map/Vector applicaility

- Maps and Vectors can be applied as functions, using keys and int as
  their arguments
- Added Identity function
- Test before install
- added conditional mapping
This commit is contained in:
teo3300
2024-06-22 20:23:24 +09:00
parent 5db1cf1910
commit 5996af1aea
4 changed files with 35 additions and 1 deletions

View File

@ -12,6 +12,6 @@ conf:
mkdir -p ${HOME}/.config/mal/libs
cp -f libs/* ${HOME}/.config/mal/libs/
install: build-release conf
install: build-release test conf
sudo cp target/release/rust-mal /usr/local/bin/mal
sudo chown ${USER} /usr/local/bin/mal