web
All checks were successful
docs / test (push) Successful in 9s
webrepl / test (push) Successful in 3m5s

This commit is contained in:
trimill 2025-01-06 13:48:15 -05:00
parent d5ef3fa884
commit a3001106ab
4 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,8 @@
name: webrepl name: webrepl
on: [push] on:
#on: push:
# push: branches:
# branches: - main
# - main
jobs: jobs:
test: test:
runs-on: docker runs-on: docker

View file

@ -15,7 +15,7 @@ Read the documentation for more info.
## Documentation ## 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 To build the documentation locally, install
[mdBook](https://rust-lang.github.io/mdBook/) and run the following from the [mdBook](https://rust-lang.github.io/mdBook/) and run the following from the

View file

@ -1,7 +1,7 @@
# The Web REPL # The Web REPL
As an alterative to the command-line REPL, you can try out Talc in the browser 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 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 control) are available, editing features are more limited than the command-line
interface - especially of note is the lack of syntax highlighting and tab interface - especially of note is the lack of syntax highlighting and tab

View file

@ -15,7 +15,7 @@
<div id="history"> <div id="history">
<div>Talc Web REPL</div> <div>Talc Web REPL</div>
<div>For help, see <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 or
<a href="https://g.trimill.xyz/trimill/talc" target="_blank">the repository</a> <a href="https://g.trimill.xyz/trimill/talc" target="_blank">the repository</a>
</div> </div>