Documented how methods are named

This commit is contained in:
Sasha Koshka 2024-02-19 12:09:21 -05:00
parent b6edaa0814
commit 34c6fcbd57

View File

@ -64,6 +64,14 @@ And a type `Bird` in a lone source file with the name `bird.fspl` would be:
`eT/CnSopFDlFwpDCnSEAThjDsBw=::Bird`
Methods are named as follows:
`<uuid>::<name>.<method>`
Where `<uuid>` and `<name>` correspond to the base64 UUID of the unit and the
name of the method's owner type respectively, and `<method>` corresponds to the
method name.
## Module Structure
Each module is represented by a directory, which contains source files along