@artel/en-compiler 0.6.25274 → 0.6.25276

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,8 +44,8 @@
44
44
  функция предпросмотр(анализатор) ->
45
45
  look-ahead(analyzer)
46
46
 
47
- функция пробный-анализ(анализатор) ->
48
- try-scan(analyzer)
47
+ функция пробный-анализ<Т>(анализатор) ->
48
+ try-scan<T>(analyzer)
49
49
 
50
50
  функция следующая-лексема() ->
51
51
  next-token()
@@ -53,9 +53,6 @@
53
53
  функция это-пробел-или-табуляция(символ) ->
54
54
  is-space-or-tab(char)
55
55
 
56
- функция это-пробел-или-табуляция(символ) ->
57
- is-whitespace-or-tab(char)
58
-
59
56
  функция это-разделитель-строк(символ) ->
60
57
  is-line-break(char)
61
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-compiler",
3
- "version": "0.6.25274",
3
+ "version": "0.6.25276",
4
4
  "description": "*A* Artel.Compiler (EN)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "LGPL-3.0-or-later",
@@ -11,6 +11,6 @@
11
11
  "Translations"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/ru-compiler": "^0.6.25274"
14
+ "@artel/ru-compiler": "^0.6.25276"
15
15
  }
16
16
  }