|
|
@@ -15,8 +15,8 @@ as a reference implementation), we use
|
|
|
[CommonMark](https://spec.commonmark.org) for this role.
|
|
|
|
|
|
## 1.2 Why it's needed?
|
|
|
-Vinora Screenplay is designed for use in the Vinora Engine. The goals of it
|
|
|
-is to be as simple and compatible as possible.
|
|
|
+Vinora Screenplay is designed for use in the Vinora Engine. The goals of this
|
|
|
+visual novels engine is to be as simple and compatible as possible.
|
|
|
Markdown is a popular format. There is a good change that you're already
|
|
|
familiar with \**italic*\* or \_\___bold__\_\_ syntax. So, by making
|
|
|
Vinora Screenplay as Markdown-like language we fulfill both of our goals
|
|
|
@@ -54,7 +54,12 @@ Full list of whitespace characters: *tab (horizontal and vertical), space,
|
|
|
carriage return, line feed, form feed.*
|
|
|
|
|
|
**Line** is a sequence of zero or more characters, that ends with newline
|
|
|
-or end of file condition. Line which has zero characters or only whitespace
|
|
|
+or End Of File (EOF) condition. Line which has zero characters or only whitespace
|
|
|
characters called **empty line**.
|
|
|
|
|
|
+**ASCII character** is a character supported by
|
|
|
+[US-ASCII](https://en.wikipedia.org/wiki/ASCII) encoding. Since any existing
|
|
|
+encoding is an extension of ASCII, characters from ASCII is
|
|
|
+supported by every alive computer.
|
|
|
+
|
|
|
## 2.2 Visual novels definitions
|