teo3300 1af7d68261 feat(types.rs): Implemented fractional numbers
Fracional numbers as extension of integernumbers, with Euclid's algorithm for fractional simplification, added functions "floor" "num" "den", added syntax [+/-]<num>/<den> to define fractional numbers

BREAKING CHANGE:
2025-07-22 11:49:19 +09:00
2024-10-22 16:36:41 +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%