mes/mes/module
Jan Nieuwenhuizen 99ac7b59c4
core: Remove struct definitions for builtins, drop snarfing.
After making a change to the list of builtin functions, run

    cat src/*.i

and move the into

    src/mes.c:mes_builtins ()

and, or also after changing the list of fixed symbols in src/mes.c:mes_symbols (), do

    cat src/*.h > src/builtins.h

* build-aux/build.sh.in: Remove snarfing.
* build-aux/bootstrap.sh.in: Likewise.
* mes/module/mes/display.mes (display):
* mes/module/mes/type-0.mes (cell:type-alist): Remove <cell:function>.
(function?, builtin?): Remove.
* src/builtins.h: New file.
* src/mes.c (TFUNCTION): Remove.
(struct function): Remove.
(apply_builtin): Rewrite from call.
(mes_builtins): Rewrite.
(init_builtin, make_builtin_type, make_builtin, builtin_name,
builtin_arity, builtin, builtin_p, builtin_printer): New function.
2019-01-04 09:55:16 +01:00
..
mes core: Remove struct definitions for builtins, drop snarfing. 2019-01-04 09:55:16 +01:00
mescc mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
nyacc mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
rnrs/arithmetic GNU Mes. 2018-07-22 14:24:36 +02:00
srfi mes: Add take-while. 2018-12-27 16:36:22 +01:00
sxml Relicense some taken-from-GNU Guile LGPLv3+ files to GPLv3+. 2018-07-26 20:47:46 +02:00
mescc.mes mescc: Run without shell. 2018-11-25 13:21:03 +01:00