@artel/ru-compiler 0.9.26022-pre-release → 0.9.26023-pre-release

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/ru-compiler",
3
- "version": "0.9.26022-pre-release",
3
+ "version": "0.9.26023-pre-release",
4
4
  "description": "*А* Артель.Компилятор (RU)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache-2.0",
@@ -879,7 +879,15 @@
879
879
  текущая-позиция += 2
880
880
  вернуть да
881
881
  }
882
- текущая-позиция += 1
882
+ иначе если символ == "/" и текст.символ-по-позиции(текущая-позиция + 1) == "*"
883
+ {
884
+ текущая-позиция += 2
885
+ прочитать-многострочный-комментарий()
886
+ }
887
+ иначе
888
+ {
889
+ текущая-позиция += 1
890
+ }
883
891
  }
884
892
  вернуть нет
885
893
  }