Files
rust-mal/README.md
teo3300 e97a348e80 feat(main.rs-parse_tools.rs): added ability to pass arguments
Interpreter now only runs a single script and can passes command line arguments to it
2025-04-15 13:45:41 +09:00

20 lines
609 B
Markdown

# rust-mal
Trying and implementing [mal](https://github.com/kanaka/mal) project from [kanaka](https://github.com/kanaka) in Rust
## Why
Because I need to improve my knowledge of rust and I also don't know how to use lisp
## Installation
Running `make install` should suffice
### Installation Configuration
Parameters can be set for installation via environment varialbes:
- `MAL_HOME`
- Directory containing the core, libraries and config
- defaults to `~/.config/mal`
- `BINARY_DIR`
- Destination to install the binary, must be included in `PATH` to work properly
- defaults to `/usr/local/bin`