taradinoc / mdl-docs

The MDL Programming Language by S. W. Galley and Greg Pfister
26 stars 8 forks source link

Formatting of Appendix 1 #32

Closed OrangeToucan closed 7 years ago

OrangeToucan commented 7 years ago

I wonder if the things like "One Word" should be changed into headers with ## and etc.? They are not in the original document but it does seem like a good way to denote the different areas...

Each data TYPE (predefined and NEWTYPEs) must belong to one of about 25 "storage allocation classes" (roughly corresponding to MDL PRIMTYPEs). These classes are characterized primarily by the manner in which the garbage collector treats them. Some of these classes will now be described.

"One Word"

This class includes all data...

OrangeToucan commented 7 years ago

Closing, as this has been handled in pull request #33