Better User Guides #372
Replies: 1 comment 1 reply
-
Build the compiler with -d=nimDebugUtils - it is mentioned in the debug.html documentation
Another one would be dumpTree. Inner details of how AST is changed/expected in the compiler might be different in the middle of the sem* processing and there are no exact specs how it is done there are several preset values for the TReprConf like https://nim-works.github.io/nimskull/compiler/utils/astrepr.html#onlyStructureTReprConf |
Beta Was this translation helpful? Give feedback.
-
A possible contributor would like to get to speed as fast and easily as possible. That requires information, which we aim to write down in our guides.
However, as someone with better knowledge of the system, there are always implicit assumptions of knowledge, or small information gaps that can always be improved upon.
This issue aims to be a place to jot down specific troubles - to be stored offband and retrievable as a source of possible improvements.
Beta Was this translation helpful? Give feedback.
All reactions