Skip to content

minor formatting and exposition changes #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 docs/specs.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The ㅁ group:
* The ㅃ and ㅍ commands ignore the final consonant.
* As before, in the case that there is an insufficient number of elements in the current storage, no action is performed on the storage and the momentum is reversed before consulting the vowel and updating the position.

The integer value of each final consonant (excluding ㅇ,ㅎ, and no final consonant) is given by the following table:
The integer value of each final consonant (excluding ㅇ,ㅎ, and no final consonant) is given by the following table, and is based on the number of strokes required to write it:

+----+----+----+----+----+----+----+----+----+----+----+----+
| ㄱ | ㄴ | ㄷ | ㄹ | ㅁ | ㅂ | ㅅ | ㅈ | ㅊ | ㅋ | ㅌ | ㅍ |
Expand All @@ -155,6 +155,7 @@ The integer value of each final consonant (excluding ㅇ,ㅎ, and no final conso
Note: There is no way to push 1 explicitly, but it is possible by simple arithmetic, such as `반반나` (push 2, push 2, divide) or `밤받타` (push 4, push 3, subtract).

The ㅅ group:

* ㅅ is the storage selection instruction.
* The current storage is changed to the storage mapped to by the final consonant.
* ㅆ is storage transfer instruction.
Expand Down