9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] question about how twig was handled in Plan 9
@ 2024-04-04 20:42 Mon Aaraj
  2024-04-04 20:56 ` ori
  2024-04-04 20:58 ` Sigrid Solveig Haflínudóttir
  0 siblings, 2 replies; 4+ messages in thread
From: Mon Aaraj @ 2024-04-04 20:42 UTC (permalink / raw)
  To: 9front

This is a blind shot because I couldn't find other resources nor the
code for the ``twig`` utility that was shipped with Plan 9 1st Ed. It
would be preferable to find the source code.

The part where identifying matches is apparently easy, but how do they
then process it as though it conforms to a grammar?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] question about how twig was handled in Plan 9
  2024-04-04 20:42 [9front] question about how twig was handled in Plan 9 Mon Aaraj
@ 2024-04-04 20:56 ` ori
  2024-04-06 20:01   ` Dave Woodman
  2024-04-04 20:58 ` Sigrid Solveig Haflínudóttir
  1 sibling, 1 reply; 4+ messages in thread
From: ori @ 2024-04-04 20:56 UTC (permalink / raw)
  To: 9front

Quoth Mon Aaraj <mon.aaraj815@gmail.com>:
> This is a blind shot because I couldn't find other resources nor the
> code for the ``twig`` utility that was shipped with Plan 9 1st Ed. It
> would be preferable to find the source code.
> 
> The part where identifying matches is apparently easy, but how do they
> then process it as though it conforms to a grammar?

https://github.com/Plan9-Archive/plan9-1e/tree/master/sys/src/cmd/twig

also described in detail here:

https://dl.acm.org/doi/pdf/10.1145/69558.75700


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] question about how twig was handled in Plan 9
  2024-04-04 20:42 [9front] question about how twig was handled in Plan 9 Mon Aaraj
  2024-04-04 20:56 ` ori
@ 2024-04-04 20:58 ` Sigrid Solveig Haflínudóttir
  1 sibling, 0 replies; 4+ messages in thread
From: Sigrid Solveig Haflínudóttir @ 2024-04-04 20:58 UTC (permalink / raw)
  To: 9front

https://github.com/Plan9-Archive/plan9-1e-unofficial/tree/master/sys/src/cmd/twig

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] question about how twig was handled in Plan 9
  2024-04-04 20:56 ` ori
@ 2024-04-06 20:01   ` Dave Woodman
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Woodman @ 2024-04-06 20:01 UTC (permalink / raw)
  To: 9front

If of interest, the Twig Reference Manual can be found here: 
https://www.telecomarchive.com/docs/bsp-archive/Letters%20and%20Memos/CSTR/CSTR%20120.pdf

Quite a few of the Technical Reports can also be found there 
(https://www.telecomarchive.com/docs/bsp-archive/Letters%20and%20Memos/CSTR/) 
- an interesting browse

On 04/04/2024 21:56, ori@eigenstate.org wrote:
> Quoth Mon Aaraj <mon.aaraj815@gmail.com>:
>> This is a blind shot because I couldn't find other resources nor the
>> code for the ``twig`` utility that was shipped with Plan 9 1st Ed. It
>> would be preferable to find the source code.
>>
>> The part where identifying matches is apparently easy, but how do they
>> then process it as though it conforms to a grammar?
> https://github.com/Plan9-Archive/plan9-1e/tree/master/sys/src/cmd/twig
>
> also described in detail here:
>
> https://dl.acm.org/doi/pdf/10.1145/69558.75700

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-06 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 20:42 [9front] question about how twig was handled in Plan 9 Mon Aaraj
2024-04-04 20:56 ` ori
2024-04-06 20:01   ` Dave Woodman
2024-04-04 20:58 ` Sigrid Solveig Haflínudóttir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).