You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments which are not doc comments are currently discarded during the lexing phase and not represented in the AST. This choice has one important downside: The comments are deleted if we perform de/-refunctionalization or use the code formatter. But toplevel comments are important in tutorials and examples, and we should guarantee that they are preserved during xfunc.
The text was updated successfully, but these errors were encountered:
Comments which are not doc comments are currently discarded during the lexing phase and not represented in the AST. This choice has one important downside: The comments are deleted if we perform de/-refunctionalization or use the code formatter. But toplevel comments are important in tutorials and examples, and we should guarantee that they are preserved during xfunc.
The text was updated successfully, but these errors were encountered: