enso/lib/rust/parser
Dmitry Bushev 5995a00958
Run ydoc-server with GraalVM (#9528)
part of #7954

# Important Notes
The workflow is:
- `$ npm install` -- just in case
- `$ npm --workspace=enso-gui2 run build-ydoc-server-polyglot` -- build the `ydocServer.js` bundle
- `$ sbt ydoc-server/assembly` -- build the ydoc server jar
- `env POLYGLOT_YDOC_SERVER=true npm --workspace=enso-gui2 run dev` -- run the dev server with the polyglot ydoc server. Providing `POLYGLOT_YDOC_SERVER_DEBUG=true` env variable enables the chrome debugger
2024-05-02 06:28:57 +00:00
..
debug Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00
doc-parser Text literals: Accept unpaired-surrogate escape codes. (#9731) 2024-04-18 09:21:05 -04:00
generate-java Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00: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 Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00
Cargo.toml Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00