Skip to content

Commit

Permalink
mention the web playground
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Aug 20, 2024
1 parent c039f0b commit 5cc6ea4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Cognate is a stack-oriented programming language. This means that all intermedia
* Point-free functions
* Operation chaining

### Web playground
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.

Playground: [https://cognate-playground.hedy.dev](https://cognate-playground.hedy.dev)

Source: [https://github.com/hedyhli/cognate-playground](https://github.com/hedyhli/cognate-playgroundv)

### Building Cognate
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:
```
Expand Down

0 comments on commit 5cc6ea4

Please sign in to comment.