Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHumper authored Aug 23, 2024
1 parent 0b94ff1 commit 1c3dad3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Callisto 🚀
# Callisto

Callisto is a reverse Polish notation programming language, inspired by YSL-C3 and Forth. It also includes a subset called CallistoScript, designed for scripting languages like Lua, while still maintaining a relatively low-level approach.

## Supported Targets 🛠️
## Supported Targets

- **x86 Real Mode, MS-DOS:** Fully supported
- **x86_64 Linux, macOS:** Fully supported
- **ARM64 Linux:** Fully supported
- **Uxn:** Fully supported (note: `implement` is broken, see [issue #6](#6)) ⚠️
- **Lua:** Fully supported (subset: CallistoScript) 📝
- **x86 Real Mode, MS-DOS:** Fully supported
- **x86_64 Linux, macOS:** Fully supported
- **ARM64 Linux:** Fully supported
- **Uxn:** Fully supported (note: `implement` is broken, see [issue #6](#6))
- **Lua:** Fully supported (subset: CallistoScript)

## Build Instructions 🧑‍💻
## Build Instructions

To build the Callisto compiler, you will need a [D compiler](https://dlang.org/download.html). Once installed, build the project using the following command:

```
dub build
```

## Getting Started 🎉
## Getting Started

### Running Example Programs

Expand All @@ -37,6 +37,6 @@ cac examples/<exampleName>.cal -i std -o out

For more detailed information about Callisto, please refer to the [official documentation](https://callisto.mesyeti.uk/docs).

## Community and Support 💬
## Community and Support

For support or discussions, join the `#callisto-lang` channel on [irc.libera.chat](https://libera.chat).

0 comments on commit 1c3dad3

Please sign in to comment.