We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baa5a0 commit 7cdbdeeCopy full SHA for 7cdbdee
README.md
@@ -1,6 +1,8 @@
1
# Rhai LSP
2
3
-Rhai LSP Server and IDE support.
+Experimental Rhai LSP Server and IDE support.
4
+
5
+It's incomplete and not recommended for general use yet, everything can be subject to changes.
6
7
## Requirements
8
@@ -65,4 +67,4 @@ We can only go up from here. (although it is 3 times faster than a similar LALR
65
67
66
68
To profile the parser, run `cargo bench --bench parse -- --profile-time 5`.
69
-The flame graph outputs will can found in `target/criterion/profile` afterwards.
70
+The flame graph outputs can be found in `target/criterion/profile` afterwards.
0 commit comments