- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
parse: function() {
let c = dstack[dstack.length - 1];
c = c == ' ' ? '\\s' : s.replace(/[^\w\s]/g, '\\$&');
const regex = new RegExp('^[^' + c + ']*', 'g');
const match = regex.exec(rest_source);
dstack.push(match[0]);
rest_source = rest_source.slice(regex.lastIndex, rest_source.length);
output.push(match[0]);
},
word: function() {
let c = dstack[dstack.length - 1];
c = c == ' ' ? '\\s' : s.replace(/[^\w\s]/g, '\\$&');
const regex = new RegExp('^[' + c + ']*', 'g');
const match = regex.exec(rest_source);
rest_source = rest_source.slice(regex.lastIndex, rest_source.length);
output.push(match[0]);
words.parse();
},
name: function() {
dstack.push(' ');
words.word();
},
guest8 27.07.2019 20:13 # −999
guest8 27.07.2019 20:15 # −999
666_N33D135 27.07.2019 20:16 # 0
PACTPOBblu_nemyx 28.07.2019 00:44 # 0
Я ещё могу перевести на «Паскаль»:
Arbatan_Pokrovan 28.07.2019 12:12 # +2
PACTPOBblu_nemyx 28.07.2019 12:31 # 0
guest8 28.07.2019 13:12 # −999
PACTPOBblu_nemyx 28.07.2019 13:25 # 0
PACTPOBblu_nemyx 28.07.2019 19:21 # 0
писа́ть — пи́сать;
кака́я — ка́кая.
Кто ещё вспомнит аналогичные пары?
guest8 28.07.2019 19:41 # −999
PACTPOBblu_nemyx 28.07.2019 19:48 # 0
Пары́ — па́ры.
Клещи́ — кле́щи.
guest8 28.07.2019 20:11 # −999
666_N33D135 29.07.2019 02:11 # 0
по́мни —– помни́
666_N33D135 28.07.2019 18:57 # 0
Перевёл на S" Forth":
Перевёл на "Red":
Перевёл на Tcl:
Перевёл на "C":
666_N33D135 28.07.2019 19:00 # 0
bormand 27.07.2019 20:17 # 0
guest8 28.07.2019 14:24 # −999
666_N33D135 29.07.2019 02:26 # 0
guest8 27.07.2019 21:50 # −999
PACTPOBblu_nemyx 28.07.2019 00:42 # 0