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
2024-10-22 16:36:41 +09:00
2024-06-19 15:51:20 +09:00
2023-11-26 19:48:54 +09:00
2024-05-24 17:33:22 +09:00
2023-12-22 09:54:16 +09:00
2023-12-22 09:54:16 +09:00

rust-mal

Trying and implementing mal project from 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
Description
No description provided
Readme 246 KiB
Languages
Rust 97.5%
Makefile 2.5%