Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion btn/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
3 changes: 2 additions & 1 deletion hd/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
3 changes: 2 additions & 1 deletion hhss/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand Down
3 changes: 2 additions & 1 deletion nsy/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
3 changes: 2 additions & 1 deletion test/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand Down
3 changes: 2 additions & 1 deletion yandere/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Loading