Skip to content

Commit 6718216

Browse files
authored
Update README.md
1 parent 4622c73 commit 6718216

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# 1ML Online REPL
22

3-
A web-based version of the 1ML compiler and REPL. Compiled from the [original 1ML implementation by Andreas Rossberg](https://github.com/rossberg/1ml) using js_of_ocaml.
3+
A web-based version of the 1ML compiler and REPL, built using [Andreas Rossberg’s original 1ML implementation](https://github.com/rossberg/1ml) and compiled to JavaScript with js_of_ocaml.
44

55
This web interface provides a simple environment for writing and executing 1ML code:
66

77
- Write 1ML code in the editor on the left
8-
- Click "Run" or press Ctrl+Enter to execute the code
9-
- See the results in the output panel on the right
10-
- Use the "Clear" button to clear the output panel
11-
12-
Try it out at: https://gldubc.github.io/1ml_web/
8+
- Click **"Run"** or press **Ctrl+Enter** to execute.
9+
- View the results in the output panel on the right.
10+
- Use **"Clear"** to reset the output
1311

12+
Try it out here: https://gldubc.github.io/1ml_web/
1413

1514
## To run locally:
1615

0 commit comments

Comments
 (0)