|
6macros: discussing the finer points of Perl 6 macros, Qtrees, and how to stay sane | irclog: irclog.perlgeek.de/6macros/today Set by moderator on 28 July 2015. |
|||
|
01:57
ilbot3 joined
06:52
Ven`` joined
07:14
Ven`` joined
07:16
Ven` joined
07:32
Ven`` joined
07:33
Ven` joined
07:53
Ven`` joined
07:59
Ven`` joined
11:09
Ven`` joined
12:05
Ven`` joined
12:19
Ven`` joined
12:44
Ven`` joined
|
|||
| Ven`` | Definitely 1000 commits, imaginary units got nothing on us. | 13:19 | |
| masak: I took a stab last week at implementing `is parsed` with our 007 regexes... and I quickly realized I had no idea how to ask the grammar to let us parse stuff ourselves for a bit | 13:23 | ||
| I'm not even sure there's a way to yield the control back | 13:24 | ||
|
15:46
cgfbee joined
|
|||
| masak | Ven: there's some prior art, in that we are already able to dynamically add operators | 18:43 | |
| "We're going to have to register/store custom statements just the same as we do operators." -- from github.com/masak/007/pull/258 | 18:48 | ||
| Ven: operators are only constant things we need to parse, but the seed for a solution is in there somewhere; we just need to somehow make the program text (well, the *rest* of it, after what we already parsed) connect with the `is parsed` regex | 18:50 | ||