Crates.io | faye |
lib.rs | faye |
version | 0.6.1 |
source | src |
created_at | 2023-08-27 07:58:26.998564 |
updated_at | 2024-08-01 07:20:50.049306 |
description | a pretty lil lisp |
homepage | https://faye.codeberg.page/ |
repository | https://codeberg.org/fawn/faye |
max_upload_size | |
id | 955932 |
size | 136,718 |
Website • Documentation • Changelog
faye is the name of coquettish tiny grey cat, the middle name of a pretty ombre girl in missouri, and this lil lisp 🦋
cargo install faye
cargo install --git https://codeberg.org/fawn/faye
Run the repl:
faye
Evaluate an expression:
faye -e '(* 3 2)'
Evaluate a file:
faye main.fy
-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 replfaye -h
for more information.
Source code is licensed under Apache-2.0. faye's logo by fawn and rini is licensed under CC-BY-NC-SA-4.0