Documentation Generator For Sas In Python
After playing around with pycco I decided to give a go of creating a custom one for SAS.
When applying pycco onto SAS, you will run into strange formatting since when you have:
some sas code /*a comment*/ you would expect the comment to reference that line of code. pycco handles this correctly.
In comparison since SAS doesn’t have a concept of “functions” (yes there are macros, but lets ignore that for a moment).
[Read More]