Pull to refresh
0

Пользователь

Send message
Уберите, пожалуйста, закрывающие круглые скобки у циклов. И в двух следующих функциях тоже.
function tokenize($code) {
    $regexes = [
        // ...
    ];

    $statements = split(' ', $code);
    $tokens = [];
    foreach($regexes as $regex) {
        foreach($statements as $statement) {
            $tokens[] = /* ... */;
        });
    });

    return $tokens;
}
[...]

Information

Rating
Does not participate
Location
Калуга, Калужская обл., Россия
Registered
Activity