enso/lib/rust/parser
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
..
debug Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
doc-parser fix: escape docs text in documentation parser (#9983) 2024-05-17 14:25:36 +00:00
generate-java Hotfix for finding parser library (#10123) 2024-05-29 23:43:53 +02:00
jni Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00
schema Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
src Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Cargo.toml Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00