19 releases

0.6.1 Aug 1, 2024
0.6.0 Nov 8, 2023
0.5.2 Nov 8, 2023

#141 in Programming languages

Download history 192/week @ 2024-07-29 1/week @ 2024-08-05 6/week @ 2024-08-12 20/week @ 2024-09-16 35/week @ 2024-09-23 9/week @ 2024-09-30 1/week @ 2024-10-14 4/week @ 2024-10-28 8/week @ 2024-11-04 39/week @ 2024-11-11

51 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

68KB
1.5K SLoC

faye

WebsiteDocumentationChangelog

logo

faye is the name of coquettish tiny grey cat, the middle name of a pretty ombre girl in missouri, and this lil lisp 🦋

crates.io status-badge

Installation

crates.io

cargo install faye

Codeberg

cargo install --git https://codeberg.org/fawn/faye

Usage

scrot

Run the repl:

faye

Evaluate an expression:

faye -e '(* 3 2)'

Evaluate a file:

faye main.fy

Flags

  • -e, --eval: Evaluate a string
  • -l, --lex: Print the lexer output
  • -a, --ast: Print the parser output
  • -m, --matching-brackets: Highlight matching brackets in the repl

faye -h for more information.

License

Source code is licensed under Apache-2.0. faye's logo by fawn and rini is licensed under CC-BY-NC-SA-4.0

Dependencies

~0–7.5MB
~42K SLoC