From 0611aa3c058884d86689368e609b6d6d1faf138e Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 5 Feb 2023 20:48:19 -0800 Subject: [PATCH] Clean KEYWORDS.txt too. --- implementations/C/KEYWORDS.txt | 56 ---------------------------------- implementations/C/Makefile | 2 +- 2 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 implementations/C/KEYWORDS.txt diff --git a/implementations/C/KEYWORDS.txt b/implementations/C/KEYWORDS.txt deleted file mode 100644 index 5364bf5..0000000 --- a/implementations/C/KEYWORDS.txt +++ /dev/null @@ -1,56 +0,0 @@ -/* -Auto-generated file by convert_defs.py --keywords -Do not edit. -*/ - -%compare-strncmp -%readonly-tables -%struct-type -%{ -#include "joy.h" -#include "definitions.h" -%} -struct dict_entry; -%% -"%", tdiv_r -*, mul -+, add --, sub -/, tdiv_q -bool, truthy -branch, branch -clear, clear -cmp, cmp_joyfunc -cons, cons -concat, concat -dip, dip -dup, dup -first, first -i, i_joyfunc -loop, loop -pop, pop -rest, rest -stack, stack -swaack, swaack -swap, swap -abs, def_abs -anamorphism, def_anamorphism -app1, def_app1 -app2, def_app2 -app3, def_app3 -appN, def_appN -at, def_at -average, def_average -b, def_b -binary, def_binary -ccccons, def_ccccons -ccons, def_ccons -cleave, def_cleave -clop, def_clop -codi, def_codi -codireco, def_codireco -dinfrirst, def_dinfrirst -dipd, def_dipd -disenstacken, def_disenstacken -swons, def_swons -infra, def_infra diff --git a/implementations/C/Makefile b/implementations/C/Makefile index 06af1a3..3a71d27 100644 --- a/implementations/C/Makefile +++ b/implementations/C/Makefile @@ -39,4 +39,4 @@ keywords.c: KEYWORDS.txt gperf --output-file=$@ $(GPERF_OPTS) $< clean: - rm -vf *.o joy + rm -vf *.o joy KEYWORDS.txt