enso/lib
Hubert Plociniczak ca8d715d5a
Hotfix for finding parser library (#10123)
* Hotfix for finding parser library

Since ydoc is now started by language server, parser is initialized
differently and attempts to find `libenso_parser.so` in
`component/runner` rather than `component` directory.

* Add fallbacks

* fix native image build
2024-05-29 23:43:53 +02:00
..
java Move common testing functionality to a separate project (#10112) 2024-05-29 11:50:03 +00:00
js/runner Remove obsolete GUI arguments (#9466) 2024-04-05 16:20:56 +00:00
rust Hotfix for finding parser library (#10123) 2024-05-29 23:43:53 +02:00
scala Local dashboard shouldn't be showing system files (#10072) 2024-05-29 09:26:35 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.