Skip to content

Commit

Permalink
Add Galah playground link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Apr 21, 2024
1 parent a65b2a5 commit ed1eb7d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ A scripting language with the goal of being lightweight and embeddable in Swift

### Trying it out

#### Online playground

The [Galah playground](https://stackotter.github.io/galah) uses WASM to run a Galah interpreter
in your browser! Visit it in a modern browser to try out Galah without the need to install it
locally.

#### Building locally

The following commands build the interpreter's CLI from source and run the `sample.galah` file
included in this repository.
included in this repository,

```sh
git clone https://github.com/stackotter/galah
cd galah
swift run galah ./sample.galah
```

Online playground coming soon! (blocked by [macro-related WASM build issues](https://forums.swift.org/t/issue-using-swift-macros-in-swiftpm-package-when-targeting-wasm/71363))

### Syntax (WIP, mostly not implemented yet)

This syntax is all bound to change! Nothing is set in stone, and even the style of the language
Expand Down

0 comments on commit ed1eb7d

Please sign in to comment.