Skip to content

Commit 5cc6ea4

Browse files
mention the web playground
1 parent c039f0b commit 5cc6ea4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Cognate is a stack-oriented programming language. This means that all intermedia
3535
* Point-free functions
3636
* Operation chaining
3737

38+
### Web playground
39+
Check out the interactive web playground - it runs Cognate programs client-side in the browser. It also has intelligent syntax highlightung, code folding, and error reporting in the editor.
40+
41+
Playground: [https://cognate-playground.hedy.dev](https://cognate-playground.hedy.dev)
42+
43+
Source: [https://github.com/hedyhli/cognate-playground](https://github.com/hedyhli/cognate-playgroundv)
44+
3845
### Building Cognate
3946
Currently, Cognate will run on Linux and MacOS systems. If you use Windows, then you can install Cognate on the Windows Subsystem for Linux. To build Cognate, you will need `make`, `flex`, `bison`, and a C compiler (currently supported are GCC, Clang, and TCC). After installing these, simply run:
4047
```

0 commit comments

Comments
 (0)