Benjamin Kowarsch
Benjamin Kowarsch
PIM defines a low-level I/O and file system access library called FileSystem. See PIM 3rd edition page 178 and PIM 4th edition page 161. I don't have a copy of...
https://github.com/github-linguist/linguist/blob/d352058f979caab69b5c0876cd4992ce43a29132/lib/linguist/languages.yml#L4222 Modula-2 separates interface and implementation in separate files. Interfaces (historically but incorrectly called definition modules) have file extension '.def'. Implementation and program modules have file extension '.mod'. This is...
### Background MOCKA permits the unrestricted use of lowline ("_") characters in Modula-2 identifiers. An identifier may start or end with one or more lowlines and multiple consecutive lowlines may...
- [x] complete formal parameters section - [x] add section for scoping rules - [x] rename section type semantics to allocation, describe allocation for all types - [ ] add...