Преглед на файлове

Fix problem on C_stringLiteral for test 001

develop-theo
Sebeck10 преди 2 години
родител
ревизия
d63cda4774
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      tests-parsimony/001.c

+ 1
- 1
tests-parsimony/001.c Целия файл

@ -1,7 +1,7 @@
@{
newObject(type, fields) { fields.__proto__ = type; fields }
newCint(text) { newObject(C_int, { text: text }) }
newCstring(text) { newObject(C_string, { text: "\""+text+"\"" }) }
newCstring(text) { newObject(C_stringLiteral, { text: "\""+text+"\"" }) }
newCinitializer(list) { { __proto__: C_initializer, leftCurly: lcurly, initList: list, rightCurly: rcurly } }
newToken(text) { { __proto__: Token, text: text } }
comma = newToken(",");

Зареждане…
Отказ
Запис