Emacs 30 (date 2025)
Emacs NEWS Files
random notes
etags-regen-mode
completion-preview-mode
window-tool-bar-mode
which-key-mode
;;; peg.el --- Parsing Expression Grammars in Emacs Lisp -*- lexical-binding:t -*-
** New library PEG. Emacs now includes a library for writing Parsing Expression Grammars (PEG), an approach to text parsing that provides more structure than regular expressions, but less complexity than context-free grammars. The Info manual "(elisp) Parsing Expression Grammars" has documentation and examples.