Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 794 Bytes

atsdoc.md

File metadata and controls

3 lines (2 loc) · 794 Bytes

The command atsdoc is a utility (written in ATS1) that can be used on code in ATS2 or ATS1. It has various purposes, ranging from literate programming (the ATS Book is written using it) to metaprogramming. More specifically, it is used for turning a text file (usually ending in .atxt) laden with texting function calls into one in which these calls are replaced with the strings represented by their return values. This utility is designed for people who have some basic knowledge of programmming in ATS.

For more detail, please see the man page.