Skip to content

Instantly share code, notes, and snippets.

@K2
Last active January 22, 2024 09:29
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save K2/2f04f17c0fc7d0a03c7854df17972bc7 to your computer and use it in GitHub Desktop.
Save K2/2f04f17c0fc7d0a03c7854df17972bc7 to your computer and use it in GitHub Desktop.
MSVC AST generation
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