Commit Graph

4 Commits

Author SHA1 Message Date
2d89db48d2 doc: standardise the use of braces, brackets, and parens in asm source
parens () are used to specify object parent (e.g. the name of the class
that a message handler belongs to)

braces {} are used to specify the contents of an object (e.g. the
getter/setter for a property)

brackets [] are used to specify the identifier of an object (e.g. the
selector for a message handler)
2024-11-20 22:15:14 +00:00
631b19e051 doc: convert more of Person.im to assembly 2024-11-08 13:24:37 +00:00
e55fdbd0db doc: add const pool to ivy assembly file 2024-11-05 22:17:36 +00:00
fd65b665c4 doc: add assembly source file for Person.im 2024-11-05 13:23:16 +00:00