From d796b78a6fe27b2a3918f6b68644b5931b828fee Mon Sep 17 00:00:00 2001 From: sforman Date: Mon, 31 Jul 2023 11:17:05 -0700 Subject: [PATCH] minor edits --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d112cf..9b72599 100644 --- a/README.md +++ b/README.md @@ -261,12 +261,12 @@ dialect of Joy are defined in terms of these: They could be grouped: -- Combinators (`branch dip i loop`) -- Stack Chatter (`clear dup pop stack swaack swap`) -- List Manipulation (`concat cons first rest`) -- Math (`+ - * / %`) -- Comparison (`< > >= <= != <> =`) -- Logic (`truthy not`) +- Combinators (`branch` `dip` `i` `loop`) +- Stack Chatter (`clear` `dup` `pop` `stack` `swaack` `swap`) +- List Manipulation (`concat` `cons` `first` `rest`) +- Math (`+` `-` `*` `/` `%`) +- Comparison (`<` `>` `>=` `<=` `!=` `<>` `=`) +- Logic (`truthy` `not`) - Programming (`inscribe`) Some of these could be definitions, but we don't want to be completely