mes/src
Jan (janneke) Nieuwenhuizen fc0bc0cd4d
core: Create symbols dynamically.
* include/mes/symbols.h: New file.
* include/mes/mes.hh: Include it.
* include/mes/constants.h: Remove symbol constants.
* src/symbols.c (init_symbols): Create symbols dynamically.
* build-aux/mes-snarf.scm (snarf-symbols): Update.
2021-05-02 16:34:48 +02:00
..
builtins.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
display.c core: Remove CBYTES, CSTRING, NCBYTES macros. 2021-05-02 16:34:48 +02:00
eval-apply.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
gc.c core: Remove CBYTES, CSTRING, NCBYTES macros. 2021-05-02 16:34:48 +02:00
hash.c core: Remove CBYTES, CSTRING, NCBYTES macros. 2021-05-02 16:34:48 +02:00
lib.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
math.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
mes.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
module.c core: Upcase register names. 2021-05-02 16:34:47 +02:00
posix.c core: Remove CBYTES, CSTRING, NCBYTES macros. 2021-05-02 16:34:48 +02:00
reader.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
string.c core: Remove CBYTES, CSTRING, NCBYTES macros. 2021-05-02 16:34:48 +02:00
struct.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00
symbol.c core: Create symbols dynamically. 2021-05-02 16:34:48 +02:00
vector.c core: Remove macros from cell creation: make_char .. make_string. 2021-05-02 16:34:47 +02:00