updates to playground help/comments

This commit is contained in:
2025-12-29 09:49:07 -08:00
parent 391b9092b4
commit 3abd18ce48
2 changed files with 19 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
Newt is a dependent typed programming language that compiles to javascript. This playground embeds the newt compiler and a codemirror based editor.
The editor will typecheck the file with newt and render errors as the file is changed. The current file is saved to localStorage and will be restored if there is no data in the URL. Cmd-s or Ctrl-s will create a url embedding the file contents. There is a layout toggle for phone use.
The editor will typecheck the file with newt and render errors as the file is changed. The current file is saved to localStorage and will be restored if there is no data in the URL. Cmd-s or Ctrl-s will create a url embedding the file contents.
## Tabs