interpreter

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 97b977eec9f0bb15c3f8a30bb1d89df115745a5e
parent 957dd0d4dc6cb6d7be581e427751527051146c2b
Author: Samdal <samdal@protonmail.com>
Date:   Fri, 14 Jun 2024 09:28:26 +0200

update awascii_table

Diffstat:
Mcommon.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.h b/common.h @@ -10,7 +10,7 @@ #include <errno.h> #include <assert.h> -static char awascii_table[64] = "AWawJELYHOSIUMjelyhosiumPCNTpcntBDFGRbdfgr0123456789.!\()~_/;\n"; +static char awascii_table[64] = "AWawJELYHOSIUMjelyhosiumPCNTpcntBDFGRbdfgr0123456789 .,!'()~_/;\n"; static uint8_t awascii_table_inverse[256] = { ['A'] = 0, ['W'] = 1, ['a'] = 2, ['w'] = 3, ['J'] = 4, ['E'] = 5, ['L'] = 6, ['Y'] = 7,