]> Kevux Git Server - fll/commit
Feature: Implement wrap support for IKI standard to be compliant with recent changes.
authorKevin Day <kevin@kevux.org>
Mon, 6 Mar 2023 01:18:01 +0000 (19:18 -0600)
committerKevin Day <kevin@kevux.org>
Mon, 6 Mar 2023 01:19:32 +0000 (19:19 -0600)
commitc970449012a6e484c7eb69088430c5ae90a35d23
treef2922be67c064188c1238e7f3faa93c22173e754
parent8c9d09a5675297df980282fd656b3bc29c5209e5
Feature: Implement wrap support for IKI standard to be compliant with recent changes.

The wrap support for IKI (using open and close brackets '[' (U+005B) ']' (U+005D)) has been recently added to the specification.
This updates the project to be in compliance.
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki/common.c
level_0/f_iki/c/iki/common.h
level_3/iki_write/c/main/common.c
level_3/iki_write/c/main/common/string.c
level_3/iki_write/c/main/common/string.h
level_3/iki_write/c/main/common/type.h
level_3/iki_write/c/main/print.c
level_3/iki_write/c/main/process.c