Skip to content

Commit

Permalink
Updates...
Browse files Browse the repository at this point in the history
Update parser configuration code and add configuration settings panel
to web lab

Add "lab-mode" for radlr CLI

- Creates a websocket server that will be able to communicate with
the web based lab to offload compilation duties for native compilation
speedup.

Update error reporting to improve error bubbling

Improve theme colors, though still very much work in progress.
  • Loading branch information
acweathersby committed Oct 1, 2024
1 parent af6b66a commit 5e2e7f8
Show file tree
Hide file tree
Showing 42 changed files with 2,292 additions and 1,382 deletions.
258 changes: 256 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ members = [
"./crates/radlr-test",
"./crates/radlr-formatter",
"./crates/radlr-ascript",
"./crates/radlr-wasm"
"./crates/radlr-wasm",
"./crates/radlr-lab"
]

exclude = [
Expand Down
Loading

0 comments on commit 5e2e7f8

Please sign in to comment.