Clean KEYWORDS.txt too.

This commit is contained in:
Simon Forman 2023-02-05 20:48:19 -08:00
parent 5b12385253
commit 0611aa3c05
2 changed files with 1 additions and 57 deletions

View File

@ -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

View File

@ -39,4 +39,4 @@ keywords.c: KEYWORDS.txt
gperf --output-file=$@ $(GPERF_OPTS) $<
clean:
rm -vf *.o joy
rm -vf *.o joy KEYWORDS.txt