|
Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes. Set by lizmat on 24 May 2021. |
|||
|
00:12
librasteve_ left
00:32
[Coke] joined
|
|||
| [Coke] | Having trouble getting a 400 error with a github API, and the docs for the page say that a client must support SNI for it to work. | 00:35 | |
| ah, probably a red herring. | 00:45 | ||
| m_zero | Hi - I'm poking through the code base, as I need some very detailed information about operators.... Am I right in thinking rakudo/src/Perl6/Grammar.nqp is still the actual grammar used to parse Raku source; and rakudo/src/Raku/ast is not yet used? | 04:42 | |
| lizmat | if you look at grammars, then: src/Perl6/Grammar.nqp is used by default, and src/Raku/Grammar.nqp is used when the RAKUDO_RAKUAST=1 env var is specified | 08:16 | |
| librasteve | test | 08:42 | |
|
08:52
librasteve_ joined
11:21
librasteve_ left
|
|||
| m_zero | Hrm... Okay... So which grammar is definitive? | 11:53 | |
| lizmat | eventually (in 6.e when it is released) it will be src/Raku/Grammar.nqp | 11:54 | |
|
14:38
librasteve_ joined
16:48
librasteve_ left
18:15
librasteve_ joined
|
|||
| m_zero | Okay - so I will base my investigations on src/Raku/Grammar.nqp and src/Raku/ast/OperatorProperties.nqp that is uses... and assume that those are "intended truth" even if not exactly how the current implementation works. | 19:03 | |
| lizmat | indeed | 20:14 | |