Skip to content

Commit 8150f4a

Browse files
committed
Update README
1 parent efd5135 commit 8150f4a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
[![actions status](https://github.com/mdbrnowski/linalg-language/actions/workflows/test.yml/badge.svg)](https://github.com/mdbrnowski/linalg-language/actions)
44

55
> [!IMPORTANT]
6-
> Python is known to be slow. This language has an interpreter *written in Python*. It will be *very* slow. Apart from providing nice syntax for matrices and tensors, it has absolutely nothing to offer; sorry about that.
6+
> Python is known to be slow. This language has an interpreter *written in Python*. It will be *very* slow. Apart from providing a nice syntax for matrices and a handy semantic analyzer, it has absolutely nothing to offer; sorry about that.
7+
8+
## Installation
9+
10+
To install `uv`, please refer to the [official `uv` installation guide](https://docs.astral.sh/uv/getting-started/installation/). Then simply clone this repository, enter the directory, run `uv sync`, and you're ready to go.
11+
12+
## Usage
713

814
To see all available commands, simply run `./main.py`.
915

1016
I'm afraid you'll need to explore the language on your own, since I haven't had the time to write anything resembling proper documentation.
1117

12-
Here is a sample of code:
18+
Here is a sample code snippet:
1319

1420
```
1521
a = 0;

0 commit comments

Comments
 (0)