diff --git a/btn/SPECIFICATION.md b/btn/SPECIFICATION.md index 4a26ed4..ad93359 100644 --- a/btn/SPECIFICATION.md +++ b/btn/SPECIFICATION.md @@ -8,6 +8,7 @@ The purpose of this specification is to describe overall components which a conf - 24.06.13 :: Minor fix. - 24.06.14 :: Minor fix. - 24.06.18 :: Minor fix. +- 26.05.22 :: Minor fix. ## Use Case @@ -77,6 +78,6 @@ The implementation must follow the error handling behavior described in the Erro ## Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `btn`. Otherwise, the conforming implementation must have its source code file have the name `btn` (including a corresponding extension, if needed). \ No newline at end of file diff --git a/hd/SPECIFICATION.md b/hd/SPECIFICATION.md index 2758699..5d187c1 100644 --- a/hd/SPECIFICATION.md +++ b/hd/SPECIFICATION.md @@ -7,6 +7,7 @@ The purpose of this specification is to describe overall components which a conf - 24.06.11 :: Initial writing. - 24.06.13 :: Minor fix. - 24.06.18 :: Minor fix. +- 26.05.22 :: Minor fix. ## Use Case @@ -73,6 +74,6 @@ A conforming implementation doesn't take any command line arguments. ## Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `hd`. Otherwise, the conforming implementation must have its source code file have the name `hd` (including a corresponding extension, if needed). \ No newline at end of file diff --git a/hhss/SPECIFICATION.md b/hhss/SPECIFICATION.md index bcdc9be..04d8751 100644 --- a/hhss/SPECIFICATION.md +++ b/hhss/SPECIFICATION.md @@ -8,6 +8,7 @@ The purpose of this specification is to describe overall components which a conf - 24.06.13 :: Minor fix. - 24.06.14 :: Minor fix. - 24.06.15 :: Removal of the irrelevant Edge Case section. +- 26.05.22 :: Minor fix. ## Use Case @@ -97,7 +98,7 @@ The implementation must follow the error handling behavior described in the Erro ## Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `hhss`. Otherwise, the conforming implementation must have its source code file have the name `hhss` (including a corresponding extension, if needed). diff --git a/nsy/SPECIFICATION.md b/nsy/SPECIFICATION.md index 80b5f21..10a288a 100644 --- a/nsy/SPECIFICATION.md +++ b/nsy/SPECIFICATION.md @@ -7,6 +7,7 @@ The purpose of this specification is to describe overall components which a conf - 24.06.10 :: Initial writing. - 24.06.13 :: Minor fix. - 24.06.18 :: Minor fix. +- 26.05.22 :: Minor fix. ## Use Case @@ -87,6 +88,6 @@ Since this delimiter doesn't disturb the readability, the implementation may cho ## Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `nsy`. Otherwise, the conforming implementation must have its source code file have the name `nsy` (including a corresponding extension, if needed). \ No newline at end of file diff --git a/test/DESIGN.md b/test/DESIGN.md index bdf75c8..d97db90 100644 --- a/test/DESIGN.md +++ b/test/DESIGN.md @@ -6,6 +6,7 @@ The purpose of this document is to articulate the overall design of the `test` p - 24.06.11 :: Initial writing. - 24.06.14 :: Minor fix. +- 26.05.22 :: Minor fix. ## Conceptual Design @@ -94,7 +95,7 @@ A conforming implementation may take command line argument(s) in order to run. #### Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `test`. Otherwise, the conforming implementation must have its source code file have the name `test` (including a corresponding extension, if needed). diff --git a/yandere/SPECIFICATION.md b/yandere/SPECIFICATION.md index 7edc2bd..74cdbd1 100644 --- a/yandere/SPECIFICATION.md +++ b/yandere/SPECIFICATION.md @@ -6,6 +6,7 @@ The purpose of this specification is to describe overall components which a conf - 24.06.10 :: Initial writing. - 24.06.13 :: Minor fix. +- 26.05.22 :: Minor fix. ## Use Case @@ -45,6 +46,6 @@ A conforming implementation does not use command line arguments. ## Program Name -The program name is determined by whether the language in which a conforming implementation is written is of compiled or of interpreted. +The program name is determined by whether the language in which a conforming implementation is written gets compiled or interpreted. If a compiled langauge, then the conforming implementation must have its built executable file have the name `yandere`. Otherwise, the conforming implementation must have its source code file have the name `yandere` (including a corresponding extension, if needed). \ No newline at end of file