web
This commit is contained in:
parent
d5ef3fa884
commit
a3001106ab
4 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
name: webrepl
|
||||
on: [push]
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
|
@ -15,7 +15,7 @@ Read the documentation for more info.
|
|||
|
||||
## Documentation
|
||||
|
||||
Documentation is available online at [https://talc.trimill.xyz/](https://talc.trimill.xyz/).
|
||||
Documentation is available online at [https://talc.trimill.xyz/docs/](https://talc.trimill.xyz/docs/).
|
||||
|
||||
To build the documentation locally, install
|
||||
[mdBook](https://rust-lang.github.io/mdBook/) and run the following from the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# The Web REPL
|
||||
|
||||
As an alterative to the command-line REPL, you can try out Talc in the browser
|
||||
at (https://talc.trimill.xyz/repl)[https://talc.trimill.xyz/repl]. Although
|
||||
at (https://talc.trimill.xyz/repl/)[https://talc.trimill.xyz/repl/]. Although
|
||||
the full Talc language and standard library (aside from file I/O and process
|
||||
control) are available, editing features are more limited than the command-line
|
||||
interface - especially of note is the lack of syntax highlighting and tab
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<div id="history">
|
||||
<div>Talc Web REPL</div>
|
||||
<div>For help, see
|
||||
<a href="https://talc.trimill.xyz/" target="_blank">the docs</a>
|
||||
<a href="https://talc.trimill.xyz/docs/" target="_blank">the docs</a>
|
||||
or
|
||||
<a href="https://g.trimill.xyz/trimill/talc" target="_blank">the repository</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue