thejoeejoee / VUT-FIT-IFJ-2017-toolkit

IDE for custom language IFJcode17 and pack of automatic tests for compilers of that language.
https://ifj.josefkolar.cz/
GNU General Public License v3.0
23 stars 11 forks source link

Getchar ze string s escape sekvencí #37

Closed SonyPony closed 6 years ago

SonyPony commented 6 years ago
.IFJcode17

DEFVAR GF@text
DEFVAR GF@index
DEFVAR GF@single_char

MOVE GF@text string@\032
MOVE GF@index int@2
GETCHAR GF@single_char GF@text GF@index
write GF@single_char

Vypíše 2, což znamená, že provádíš getchar i nad escape sekvencí(4 znaky), místo toho aby se brala jako jeden znak EDIT: Zkontroluj si pro jistotu i #29

thejoeejoee commented 6 years ago

Opraveno ve feature/escapes-solution, ještě ji otestuji a půjde ven. image