Select Git revision
CMakeLists.txt
-
Stéphane Del Pino authored
Actually fixed a few issues and make functions escapeString() and unescapeString() reciprocal. This later change leads to a grammar change, now literal do not store quotes: before `"foo"` was stored as the string "\"foo\"", now it is just stored as "foo".
Stéphane Del Pino authoredActually fixed a few issues and make functions escapeString() and unescapeString() reciprocal. This later change leads to a grammar change, now literal do not store quotes: before `"foo"` was stored as the string "\"foo\"", now it is just stored as "foo".
README.md 143 B