epi-project / brane-documentation

Repository that contains the high-level documentation of the Brane framework. Written for use with mdBook.
Apache License 2.0
2 stars 2 forks source link

Scoping rules #16

Open Lut99 opened 3 months ago

Lut99 commented 3 months ago

This chapter defines the scoping rules of BraneScript. I.e., it teaches users how to map identifiers to variables.

The work on this chapter is mostly done. It only needs some explanation on different namespaces for variables and functions, how class methods- and fields are resolved and a go-over everything to ensure consistency.