Zulip Chat Archive

Stream: general

Topic: I want to understand ParserDescr


Asei Inoue (Jul 16 2025 at 04:06):

I believe Lean.ParserDescr represents a parser.
Normally, we interact with it indirectly through the syntax command, but is it possible to write code that directly manipulates and combines values of type Lean.ParserDescr?
What kind of code can be written in that case?


Last updated: Feb 28 2026 at 14:05 UTC