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: Dec 20 2025 at 21:32 UTC