enso/lib/rust/parser/debug
Pavel Marek 270f708e4f
Implement private methods (#10060)
Add support for private methods. Most of the changes are in parser and compiler. The runtime checking of private functions was already present since #9692

# Important Notes
- Only top-level methods can be declared `private`.
- private method cannot be called from different project
- private method cannot be accessed from polyglot code (private method does not exist for polyglot code)
2024-05-31 08:00:20 +00:00
..
src Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00
tests Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
tools line:col positions in parser (#8203) 2023-11-08 16:53:39 +00:00
Cargo.toml Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00