Re: [Factor-talk] Peg Parsing Files

2020-11-23 Thread Chris Double
On Sun, Nov 22, 2020 at 6:15 AM Alexander Ilin wrote: > So, the question is, is it possible to use the peg vocab to create this > layered parsing architecture, where the first layer would consume a stream of > file input, and the second would consume a stream of tokens from the first > layer?

Re: [Factor-talk] Peg Parser Definition

2020-11-23 Thread Chris Double
On Sun, Nov 22, 2020 at 2:44 PM Alexander Ilin wrote: > 1. Is it possible to convert a word defined with EBNF: into a word > returning a parser, or to somehow extract the parser from inside it? Is there > maybe an undocumented word that could help with that, like by making a > wrapper? You c

Re: [Factor-talk] Peg Parser Performance

2020-11-23 Thread Alexander Ilin
Good idea, thanks! 23.11.2020, 23:32, "John Benediktsson" :We can continue this discussion if you'd like on GitHub: https://github.com/factor/factor/issues/2377 ---=---Александр  ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://

Re: [Factor-talk] Peg Parser Performance

2020-11-23 Thread John Benediktsson
We can continue this discussion if you'd like on GitHub: https://github.com/factor/factor/issues/2377 On Sun, Nov 22, 2020 at 9:34 PM Alexander Ilin wrote: > If I remove all => actions, the time goes down to 120 seconds. > > > 23.11.2020, 00:18, "John Benediktsson" : > > I suspect it’s a lot

Re: [Factor-talk] Factor and MacOS arm64

2020-11-23 Thread KUSUMOTO Norio
> 2020/11/23 5:36、John Benediktsson のメール: > > Right now the compiler doesn’t make a correct boot quotation to jump into > after the binary loads the factor image. > > My M1 technically comes in a couple days, so I hope to help with the effort > soon! > > Doug worked on the arm64 assembler an