emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make peg.el a built-in library?


From: Eric Abrahamsen
Subject: Re: Make peg.el a built-in library?
Date: Mon, 27 Sep 2021 20:52:38 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On 09/27/21 18:34 PM, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> What is a PEG?

A Parsing Expression Grammar:
https://en.wikipedia.org/wiki/Parsing_expression_grammar

Basically a way of composing a parser out of smaller regexp-like
expressions. They can be very useful in a wide variety of situations.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]