Last active
January 22, 2024 09:29
-
-
Save K2/2f04f17c0fc7d0a03c7854df17972bc7 to your computer and use it in GitHub Desktop.
MSVC AST generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM AST generation from MSVC | |
cl /analyze /d1Aprintast %1 > %1.ast |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment