rename relish to flesh
This commit is contained in:
parent
415b1181fa
commit
9b447eb5b7
58 changed files with 252 additions and 245 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* relish: highly versatile lisp interpreter
|
||||
* Copyright (C) 2021 Aidan Hahn
|
||||
/* Flesh: Flexible Shell
|
||||
* Copyright (C) 2021 Ava Affine
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -45,8 +45,8 @@ pub mod stdlib {
|
|||
R_PROMPT_VNAME,
|
||||
PROMPT_DELIM_VNAME,
|
||||
CFG_FILE_VNAME,
|
||||
RELISH_DEFAULT_CONS_HEIGHT,
|
||||
RELISH_DEFAULT_CONS_WIDTH,
|
||||
FLESH_DEFAULT_CONS_HEIGHT,
|
||||
FLESH_DEFAULT_CONS_WIDTH,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue